Split
Returns a new list of strings after splitting the specified text into sub-strings based on a regular expression.
Property | Type | Description |
---|---|---|
pattern | String | Regular expression |
string | String | String to be split. |
Returns a new list of strings after splitting the specified text into sub-strings based on a regular expression.
Property | Type | Description |
---|---|---|
pattern | String | Regular expression |
string | String | String to be split. |