C# 클래스 UsonPattern, extensions

Regular expression pattern that matches USON (or Uson, user string object notation).
상속: Regex
파일 보기 프로젝트 열기: netfx/extensions 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Group ( string pattern ) : RegexPart
Group ( string name, string pattern ) : RegexPart

메소드 상세

Unquote() 공개 정적인 메소드

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

UsonPattern() 공개 메소드

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