C# 클래스 CSharpUML.Strings

파일 보기 프로젝트 열기: knot3/CSharpUML

공개 메소드들

메소드 설명
Clean ( this str ) : string
IfContains ( this str, string find, System.Action action ) : string
IfContains ( this str, string find, string replacement, System.Action action ) : string
Indentation ( this text ) : int
RegexReplace ( this str, string find, string replacement ) : string
ReplaceFirst ( this text, string search, string replace ) : string
Split ( this s, string separator ) : string[]
ToCSharpType ( this s ) : string
ToCode ( this str, string before, string after ) : string
ToTexCode ( this str ) : string
TrimAll ( this strings ) : IEnumerable
TrimAll ( this s ) : string
Unique ( this arr ) : string

메소드 상세

Clean() 공개 정적인 메소드

public static Clean ( this str ) : string
str this
리턴 string

IfContains() 공개 정적인 메소드

public static IfContains ( this str, string find, System.Action action ) : string
str this
find string
action System.Action
리턴 string

IfContains() 공개 정적인 메소드

public static IfContains ( this str, string find, string replacement, System.Action action ) : string
str this
find string
replacement string
action System.Action
리턴 string

Indentation() 공개 정적인 메소드

public static Indentation ( this text ) : int
text this
리턴 int

RegexReplace() 공개 정적인 메소드

public static RegexReplace ( this str, string find, string replacement ) : string
str this
find string
replacement string
리턴 string

ReplaceFirst() 공개 정적인 메소드

public static ReplaceFirst ( this text, string search, string replace ) : string
text this
search string
replace string
리턴 string

Split() 공개 정적인 메소드

public static Split ( this s, string separator ) : string[]
s this
separator string
리턴 string[]

ToCSharpType() 공개 정적인 메소드

public static ToCSharpType ( this s ) : string
s this
리턴 string

ToCode() 공개 정적인 메소드

public static ToCode ( this str, string before, string after ) : string
str this
before string
after string
리턴 string

ToTexCode() 공개 정적인 메소드

public static ToTexCode ( this str ) : string
str this
리턴 string

TrimAll() 공개 정적인 메소드

public static TrimAll ( this strings ) : IEnumerable
strings this
리턴 IEnumerable

TrimAll() 공개 정적인 메소드

public static TrimAll ( this s ) : string
s this
리턴 string

Unique() 공개 정적인 메소드

public static Unique ( this arr ) : string
arr this
리턴 string