C# Class UsonPattern, extensions

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

Public Methods

Method 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

Method Description
Group ( string pattern ) : RegexPart
Group ( string name, string pattern ) : RegexPart

Method Details

Unquote() public static method

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

UsonPattern() public method

Initializes a new instance of the UsonPattern class.
public UsonPattern ( ) : System
return System