Xbasic
AlphaCloud::ClientRegularExpressionIsValid Method
Syntax
.RegularExpressionIsValid as L (RegularExpression as C)
Arguments
- RegularExpressionCharacter
The expression to evaluate.
Returns
- resultLogical
Returns .t. if the regular expression is valid and .f. if it is not.
Description
RegularExpressionIsValid validates a regular expression to be used for password validation.