C# Class UsonPattern, extensions

Regular expression pattern that matches USON (or Uson, user string object notation).
Inheritance: Regex
Afficher le fichier Open project: netfx/extensions Class Usage Examples

Méthodes publiques

Méthode Description
Unquote ( string value ) : string

Removes wrapping quotes (single or double) that may exist around the value.

UsonPattern ( ) : System

Initializes a new instance of the UsonPattern class.

Private Methods

Méthode Description
Group ( string pattern ) : RegexPart
Group ( string name, string pattern ) : RegexPart

Method Details

Unquote() public static méthode

Removes wrapping quotes (single or double) that may exist around the value.
public static Unquote ( string value ) : string
value string
Résultat string

UsonPattern() public méthode

Initializes a new instance of the UsonPattern class.
public UsonPattern ( ) : System
Résultat System