Open sandboxFocus

Method GetRegex

GetRegex()

When implemented in a derived class, returns an expression that evaluates to the Regex used for validation.

Declaration
protected abstract IExpression GetRegex()
Returns
Type Description
IExpression

An expression that evaluates to the regular expression to match against.