Regular expressions - Split Method
Splits an input string into an array of substrings at the positions defined by a regular expression pattern
Member of Regular expressions (PRIM_REGX)
Parameters
Name |
Type |
Data Type |
Description |
Tokens |
*Result (Optional) |
Reference to capture collection identifying delimited substrings as determined by regular expression |
|
Pattern |
*Input |
Unicode String |
The regular expression pattern to match |
InputString |
*Input |
Unicode String |
The unicode string to split |
Details
No detailed help is available for this feature