We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
split.first → split_limit — If only the first segment is needed, use .split with a limit argument to avoid parsing the entire string.
.split
str.split(":").first
There was an error while loading. Please reload this page.