Class RegExPatterns
Inherited Members
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public static class RegExPatterns
Fields
View SourceAlphaNumericUnderscoreDashPeriodSpace
Declaration
public const string AlphaNumericUnderscoreDashPeriodSpace = "^[a-zA-Z0-9_\\-\\. ]*$"
Field Value
| Type | Description |
|---|---|
| string |