C# Класс PanGu.Framework.Regex

Показать файл Открыть проект

Открытые методы

Метод Описание
GetMatch ( String text, String regx, bool ignoreCase ) : String
GetMatchStrings ( String text, String regx, bool ignoreCase, List &output ) : bool
GetMatchSum ( String text, String regx, bool ignoreCase ) : String
GetSingleMatchStrings ( String text, String regx, bool ignoreCase, List &output ) : bool
GetSplitWithoutFirstStrings ( String text, String regx, bool ignoreCase, ArrayList &output ) : bool
Replace ( String text, String regx, String newText, bool ignoreCase ) : String
Split ( String Src, String SplitStr ) : String[]
Split ( String Src, String SplitStr, System option ) : String[]

Описание методов

GetMatch() публичный статический Метод

public static GetMatch ( String text, String regx, bool ignoreCase ) : String
text String
regx String
ignoreCase bool
Результат String

GetMatchStrings() публичный статический Метод

public static GetMatchStrings ( String text, String regx, bool ignoreCase, List &output ) : bool
text String
regx String
ignoreCase bool
output List
Результат bool

GetMatchSum() публичный статический Метод

public static GetMatchSum ( String text, String regx, bool ignoreCase ) : String
text String
regx String
ignoreCase bool
Результат String

GetSingleMatchStrings() публичный статический Метод

public static GetSingleMatchStrings ( String text, String regx, bool ignoreCase, List &output ) : bool
text String
regx String
ignoreCase bool
output List
Результат bool

GetSplitWithoutFirstStrings() публичный статический Метод

public static GetSplitWithoutFirstStrings ( String text, String regx, bool ignoreCase, ArrayList &output ) : bool
text String
regx String
ignoreCase bool
output System.Collections.ArrayList
Результат bool

Replace() публичный статический Метод

public static Replace ( String text, String regx, String newText, bool ignoreCase ) : String
text String
regx String
newText String
ignoreCase bool
Результат String

Split() публичный статический Метод

public static Split ( String Src, String SplitStr ) : String[]
Src String
SplitStr String
Результат String[]

Split() публичный статический Метод

public static Split ( String Src, String SplitStr, System option ) : String[]
Src String
SplitStr String
option System
Результат String[]