C# 클래스 Patchwork.Engine.Utility.StringHelper

파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
CharsBetween ( char start, char end ) : char[]
EqualsIgnoreCase ( this a, string b ) : bool
FindLongestCommonSubstring ( string a, string b, bool caseInsensitive = false ) : string
IsNullOrWhitespace ( this str ) : bool
Join ( this strs, string sep = "" ) : string
RandomWordString ( int len ) : string
Replicate ( this str, int count ) : string

메소드 상세

CharsBetween() 공개 정적인 메소드

public static CharsBetween ( char start, char end ) : char[]
start char
end char
리턴 char[]

EqualsIgnoreCase() 공개 정적인 메소드

public static EqualsIgnoreCase ( this a, string b ) : bool
a this
b string
리턴 bool

FindLongestCommonSubstring() 공개 정적인 메소드

public static FindLongestCommonSubstring ( string a, string b, bool caseInsensitive = false ) : string
a string
b string
caseInsensitive bool
리턴 string

IsNullOrWhitespace() 공개 정적인 메소드

public static IsNullOrWhitespace ( this str ) : bool
str this
리턴 bool

Join() 공개 정적인 메소드

public static Join ( this strs, string sep = "" ) : string
strs this
sep string
리턴 string

RandomWordString() 공개 정적인 메소드

public static RandomWordString ( int len ) : string
len int
리턴 string

Replicate() 공개 정적인 메소드

public static Replicate ( this str, int count ) : string
str this
count int
리턴 string