ValidationExpression Property

UltimateEmail

UltimateEmail Class Library

Validator.ValidationExpression Property

Gets or sets the regular expression to check the syntax of email address.

[Visual Basic] Public Property ValidationExpression As String
[C#]
public string ValidationExpression {get; set;}

Property Value

Regular expression to check the syntax of email address. The default value is \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*.

Remarks

Use this property to set the regular expression to check the syntax of email address.

See Also

Validator Class | Karamasoft.WebControls.UltimateEmail Namespace