Show: Delphi C++
Display Preferences

RegularExpressions

From XE API Documentation
Jump to: navigation, search

Classes

TGroupA record containing the results of a match with a portion of the single regular expression.
TGroupCollectionA collection of groups as the result of a match with a single regular expression.
TGroupCollectionEnumeratorContains functions and properties to enumerate over a TGroupCollection.
TMatchA record containing the results of a single regular expression match.
TMatchCollectionContains a set of TMatch instances, each the successful match of a regular expression to the input string.
TMatchCollectionEnumeratorContains functions and properties to enumerate over a TMatchCollection.
TRegExA record for handling regular expressions.

Types

TGroupA record containing the results of a match with a portion of the single regular expression.
TGroupCollectionA collection of groups as the result of a match with a single regular expression.
TMatchA record containing the results of a single regular expression match.
TMatchCollectionContains a set of TMatch instances, each the successful match of a regular expression to the input string.
TMatchEvaluatorProcedure type for match replacement.
TRegExA record for handling regular expressions.
TRegExOptionOptions for the rules and capabilities of the regular expression.
TRegExOptionsA set of type TRegExOption.

Constants

roCompiledroCompiled: TRegExOption = roCompiled;
roExplicitCaptureroExplicitCapture: TRegExOption = roExplicitCapture;
roIgnoreCaseroIgnoreCase: TRegExOption = roIgnoreCase;
roIgnorePatternSpaceroIgnorePatternSpace: TRegExOption = roIgnorePatternSpace;
roMultiLineroMultiLine: TRegExOption = roMultiLine;
roNoneroNone: TRegExOption = roNone;
roSingleLineroSingleLine: TRegExOption = roSingleLine;
Personal tools
Previous Version
Translations