System.RegularExpressions

From RAD Studio API Documentation
Jump to: navigation, search


Package rtl280.bpl

Classes

TGroupCollectionEnumeratorContains functions and properties to enumerate over a TGroupCollection.
TMatchCollectionEnumeratorContains functions and properties to enumerate over a TMatchCollection.
TRegExHelper

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.