UtilRegExReservedRegexOperators Property
Gets the reserved RegEx operators.
Namespace: DevCase.Core.DataProcessing.RegExAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static char[] ReservedRegexOperators { get; }
Public Shared ReadOnly Property ReservedRegexOperators As Char()
Get
Dim value As Char()
value = UtilRegEx.ReservedRegexOperators
public:
static property array<wchar_t>^ ReservedRegexOperators {
array<wchar_t>^ get ();
}
static member ReservedRegexOperators : char[] with get
No code example is currently available or this language may not be supported.
Property Value
Char
The reserved RegEx operators.
This is a code example.
No code example is currently available or this language may not be supported.
Dim reservedChars As String = New String(ReservedRegexOperators)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.