RegEx types.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public enum RegExTypes
Visual Basic
Public Enumeration RegExTypes
Visual C++
public enum class RegExTypes
F#
type RegExTypes

Members

Member nameValueDescription
None0 None
Alpha1 Alpha
Numeric2 Numeric
NumericDecimal3 Numeric decimal
NumericInt324 Numeric Int32
AlphaNumeric5 Alpha numeric
AlphaWithSymbols6 Alpha with symbols
NumericWithSymbols7 Numeric with symbols
NumericWithSymbolsMicroSet8 Numeric with symbols micro set
AlphaNumericWithSymbols9 Aplha numeric with symbols
AlphaNumericWithSymbolsMicroSet10 Alpha numeric with symbols micro set
AlphaNumericWithSymbolsMicroSetNoSpaces11 Alpha numeric with symbols micro set and no spaces
AlphaAllowedSpecialChr12 Alpha with allowed special characters
NumericAllowedSpecialChr13 Numeric with allowed special characters
AlphaNumericAllowedSpecialChr14 Alpha numeric with allowed special characters
AlphaWithSymbolsAllowedSpecialChr15 Alpha with symbols and allowed special characters
NumericWithSymbolsAllowedSpecialChr16 Numeric with symbols and allowed special characters
AlphaNumericWithSymbolsAllowedSpecialChr17 Alpha numeric with symbols and allowed special characters
EMail18 Email
URL19 Url
Date20 Date
Time21 Time
ShortTime22 Short time
DateTime23 DateTime
Day24 Day
Month25 Month
Year26 Year

See Also