string.splitRegex()
Split a String using a provided regular expression.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
regex |
true |
Regular expression to split the calling string[] at. Splits at every matching substring. Supports Java regex. |