UtilRegExValidateExpression Method
Validates the specified regular expression.
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 bool ValidateExpression(
string expr
)
Public Shared Function ValidateExpression (
expr As String
) As Boolean
Dim expr As String
Dim returnValue As Boolean
returnValue = UtilRegEx.ValidateExpression(expr)
public:
static bool ValidateExpression(
String^ expr
)
static member ValidateExpression :
expr : string -> bool
No code example is currently available or this language may not be supported.
- expr String
-
The regular expression.
Boolean if pattern validation success,
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
Dim success As Boolean = ValidateExpression("[0-9]++") ' False
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.