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