We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I wanted to implement something like split(str, ":") but not sure how to do that. It seems all functions support only one argument.
split(str, ":")
Activity