System.RegularExpressionsCore.TPerlRegEx.Match

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Match: Boolean;

C++

bool __fastcall Match();

Properties

Type Visibility Source Unit Parent
function public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

Description

Attempts to match RegEx property on Subject.

Attempts to match the regular expression specified in the RegEx property on the string specified in the Subject property. If Compile has not yet been called, Match will do so for you. Call MatchAgain to attempt to match the regex on the remainder of the subject string after a successful call to Match.

See Also

Code Examples