System.JSON.Types.TJsonRegEx.RegEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RegEx: String;

C++

System::UnicodeString RegEx;

Properties

Type Visibility Source Unit Parent
field public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonRegEx

Description

Regular expression pattern value.

For further details, see extended JSON regular expression.

See Also