The RegExValidator type exposes the following members.

Fields

  Name Description
Public field Static member AllowedSymbols
Allowed Symbols.
Public field Static member Alpha
Alpha
Public field Static member AlphaAllowedSpecialChr
Alpha with allowed special characters
Public field Static member AlphaNumeric
Alpha Numeric
Public field Static member AlphaNumericAllowedSpecialChr
Alpha numeric with allowed special cahracters
Public field Static member AlphaNumericWithSymbols
Alpha Numeric with symbols
Public field Static member AlphaNumericWithSymbolsAllowedSpecialChr
Alpha numeric with symbols and allowed special characters
Public field Static member AlphaNumericWithSymbolsMicroSet
Alpha Numeric with symbols micro set
Public field Static member AlphaNumericWithSymbolsMicroSetNoSpaces
Alpha Numeric with symbols micro set but no spaces
Public field Static member AlphaWithSymbols
Alpha with symbols
Public field Static member AlphaWithSymbolsAllowedSpecialChr
Alpha with symbols and allowed special characters
Public field Static member DateRegEx
Date
Public field Static member DateTimeRegEx
Date time
Public field Static member DayRegEx
Day
Public field Static member EMail
Email
Public field Static member MonthRegEx
Month
Public field Static member Numeric
Numeric
Public field Static member NumericAllowedSpecialChr
Numeric with allowed special characters
Public field Static member NumericCharacters
Gets the numeric characters.
Public field Static member NumericWithSymbols
Numeric with symbols
Public field Static member NumericWithSymbolsAllowedSpecialChr
Numeric with symbols and allowed special characters
Public field Static member NumericWithSymbolsMicroSet
Numeric with symbols micro set
Public field Static member ShortTimeRegEx
Short time
Public field Static member TimeRegEx
Time
Public field Static member Url
Url
Public field Static member YearRegEx
Year

See Also