System.RegularExpressions
Package | rtl.bpl |
---|
Classes
TGroupCollectionEnumerator | Contains functions and properties to enumerate over a TGroupCollection. |
TMatchCollectionEnumerator | Contains functions and properties to enumerate over a TMatchCollection. |
Types
TGroup | A record containing the results of a match with a portion of the single regular expression. |
TGroupCollection | A collection of groups as the result of a match with a single regular expression. |
TMatch | A record containing the results of a single regular expression match. |
TMatchCollection | Contains a set of TMatch instances, each the successful match of a regular expression to the input string. |
TMatchEvaluator | Procedure type for match replacement. |
TRegEx | A record for handling regular expressions. |
TRegExOption | Options for the rules and capabilities of the regular expression. |
TRegExOptions | A set of type TRegExOption. |