C# Class wuxingogo.tools.StringUtils

Afficher le fichier Open project: wuxingogo/WuxingogoExtension

Méthodes publiques

Méthode Description
CutOnCharLeft ( string value, string single ) : string
CutString ( this value, int start, int end ) : string
RegexCharCount ( string value, string single ) : int
RegexCharsCount ( this value, string left, string right ) : int
RegexCutString ( this value, string left, string right ) : string[]
RegexCutStringReverse ( this value, string left, string right ) : string

Private Methods

Méthode Description
betweenCondition ( string left, string right ) : string

Method Details

CutOnCharLeft() public static méthode

public static CutOnCharLeft ( string value, string single ) : string
value string
single string
Résultat string

CutString() public static méthode

public static CutString ( this value, int start, int end ) : string
value this
start int
end int
Résultat string

RegexCharCount() public static méthode

public static RegexCharCount ( string value, string single ) : int
value string
single string
Résultat int

RegexCharsCount() public static méthode

public static RegexCharsCount ( this value, string left, string right ) : int
value this
left string
right string
Résultat int

RegexCutString() public static méthode

public static RegexCutString ( this value, string left, string right ) : string[]
value this
left string
right string
Résultat string[]

RegexCutStringReverse() public static méthode

public static RegexCutStringReverse ( this value, string left, string right ) : string
value this
left string
right string
Résultat string