System.RegularExpressionsCore.TPerlRegEx
Delphi
TPerlRegEx = class
C++
class PASCALIMPLEMENTATION TPerlRegEx : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.RegularExpressionsCore.pas System.RegularExpressionsCore.hpp |
System.RegularExpressionsCore | System.RegularExpressionsCore |
Description
Delphi wrapper around the open source PCRE library.
TPerlRegEx implements Perl-Compatible Regular Expressions.
For more information about PCRE, please visit http://www.regular-expressions.info/pcre.html.
For more information about regular expressions in general, please visit http://www.regular-expressions.info/.
The TPerlRegEx class aims at providing any Delphi or C++Builder developer with the same, powerful regular expression capabilities provided by the Perl programming language, created by Larry Wall.