Versions Compared

Key

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

...

Return type

string[]


Related routines

Filter by label (Content by label)
showLabelsfalse
spacesSIL40
cqllabel = "regex" and space = "SIL"
labelsregex

Example

Example 1

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

...