C# 클래스 MarkedNet.StringHelper

파일 보기 프로젝트 열기: T-Alex/MarkedNet

공개 메소드들

메소드 설명
DecodeURIComponent ( string str ) : string
Escape ( string html, bool encode = false ) : string
Exec ( this regex, string src ) : IList
Match ( this src, Regex regex ) : string[]
NotEmpty ( IList source, int index1, int index2 ) : string
ReplaceRegex ( this input, string pattern, string replacement ) : string
SplitRegex ( this input, string pattern ) : IList
Unescape ( string html ) : string

메소드 상세

DecodeURIComponent() 공개 정적인 메소드

public static DecodeURIComponent ( string str ) : string
str string
리턴 string

Escape() 공개 정적인 메소드

public static Escape ( string html, bool encode = false ) : string
html string
encode bool
리턴 string

Exec() 공개 정적인 메소드

public static Exec ( this regex, string src ) : IList
regex this
src string
리턴 IList

Match() 공개 정적인 메소드

public static Match ( this src, Regex regex ) : string[]
src this
regex System.Text.RegularExpressions.Regex
리턴 string[]

NotEmpty() 공개 정적인 메소드

public static NotEmpty ( IList source, int index1, int index2 ) : string
source IList
index1 int
index2 int
리턴 string

ReplaceRegex() 공개 정적인 메소드

public static ReplaceRegex ( this input, string pattern, string replacement ) : string
input this
pattern string
replacement string
리턴 string

SplitRegex() 공개 정적인 메소드

public static SplitRegex ( this input, string pattern ) : IList
input this
pattern string
리턴 IList

Unescape() 공개 정적인 메소드

public static Unescape ( string html ) : string
html string
리턴 string