You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

PRIM_REGX.CaptureCollection

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

See also

All Component Classes
Technical Reference

  • No labels