API:System.RegularExpressions.TRegEx.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Pattern: string; Options: TRegExOptions = [roNotEmpty]);

C++

__fastcall TRegEx(const System::UnicodeString Pattern, TRegExOptions Options);
TRegEx() {}

Properties

Type Visibility Source Unit Parent
constructor public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TRegEx

Description

Embarcadero Technologies does not currently have any additional information.