Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | split(str, regex) | Package |
| Alias |
| Pkg Usage |
|
|
Description
Excerpt |
---|
|
Returns the array of strings computed by splitting this string around matches of the given regular expression. |
Returns the array of strings computed by splitting this string around matches of the given regular expression.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
str | String | Yes | Specifies the string that will be split. | regex | String | Yes | Delimiting regular expression. |
|
Return Type
String[]
Examples
...
Returns { "Part one", "Part two", "Part 3" }.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "string_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|