System.RegularExpressionsCore.TPerlRegEx.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TPerlRegExOptions read FOptions write SetOptions;

C++

__property TPerlRegExOptions Options = {read=FOptions, write=SetOptions, nodefault};

Properties

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

Description

Enables a set of matching capabilities for RegEx.

See the TPerlRegExOptions enumeration set for the Options matching capabilities.

See Also

TPerlRegExOptions