Provides access to members that parses a string using a regular expression, capture groups are returned as comma separated tokens.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
Parses an InputString according to a regular expression (ParsingExpression) and outputs the parsed elements into comma delimited string (ParsedString) and as items in an array (ParsedStringArray).
Members
Description | ||
---|---|---|
InputString | The string to be parsed. | |
IsValid | Indicates if the input was parsed. | |
Parse | Parse the InputString into the ParsedString. | |
ParsedString | The parsed string, comma delimited. | |
ParsedStringArray | The parsed string, array. | |
ParsingExpression | Regular expression for parsing input string. |
CoClasses that implement IParser
CoClasses and Classes | Description |
---|---|
Parser | This is the Parser class. |