Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

str

string

Yes

Specifies the string that will be split.

regex

string

Yes

The delimiting Delimiting regular expression.

Return type

string[]


Related routines

...

Code Block
return split("boo:and:foo", ":");

Returns   { "boo", "and", "foo" }.

See also

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
cqllabel = "string_routines"
labelsstring_routines

...