The Regex class represents a regular expression. Each Regex object gets its own regular expression and match results.
This class is creatable.
DIM hRegex AS Regex hRegex = NEW Regex ( Subject AS String, Pattern AS String ) |
Properties | Methods | ||
---|---|---|---|
Match Offset SubMatchCount | SubMatch SubMatchOffset |