System.RegularExpressionsCore.TPerlRegExList Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CountpublicNumber of TPerlRegEx instances in the list.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
MatchedRegExpublicContains a handle to the last TPerlRegEx that matched.
RegExpublicAn array of regex expressions.
StartpublicStarting position in Subject from which MatchAgain begins.
StoppublicLast character in Subject that Match and MatchAgain search through.
SubjectpublicThe string on which Match will try to match the regular expressions.