C# 클래스 CommonMarkSharp.RegexUtils

파일 보기 프로젝트 열기: MortenHoustonLudvigsen/CommonMarkSharp

공개 메소드들

메소드 설명
Create ( string pattern ) : Regex
IsMatch ( this re, string input, int index, string &groups ) : bool
IsMatch ( this re, string input, string &groups ) : bool
Join ( ) : string
NormalizeWhitespace ( string text ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string pattern ) : Regex
pattern string
리턴 System.Text.RegularExpressions.Regex

IsMatch() 공개 정적인 메소드

public static IsMatch ( this re, string input, int index, string &groups ) : bool
re this
input string
index int
groups string
리턴 bool

IsMatch() 공개 정적인 메소드

public static IsMatch ( this re, string input, string &groups ) : bool
re this
input string
groups string
리턴 bool

Join() 공개 정적인 메소드

public static Join ( ) : string
리턴 string

NormalizeWhitespace() 공개 정적인 메소드

public static NormalizeWhitespace ( string text ) : string
text string
리턴 string