C# Класс Quartz.TextToSchedule.Sample.German.RegexHelper

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

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

Метод Описание
Builder_Capture ( string captureName, string pattern ) : string
Builder_GroupOf ( string items ) : string
Builder_GroupOf ( string captureName, string items ) : string
Builder_ListOf ( string regex, string LIST_SEPARATOR ) : string
Builder_Range ( string regex, string RANGE_SEPARATOR ) : string
GetNamedMatches ( Regex regex, Match m ) : NameValueCollection
GetNamedMatches ( string input, string expression ) : NameValueCollection
IsFullMatch ( string input, string pattern ) : bool

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

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

public static Builder_Capture ( string captureName, string pattern ) : string
captureName string
pattern string
Результат string

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

public static Builder_GroupOf ( string items ) : string
items string
Результат string

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

public static Builder_GroupOf ( string captureName, string items ) : string
captureName string
items string
Результат string

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

public static Builder_ListOf ( string regex, string LIST_SEPARATOR ) : string
regex string
LIST_SEPARATOR string
Результат string

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

public static Builder_Range ( string regex, string RANGE_SEPARATOR ) : string
regex string
RANGE_SEPARATOR string
Результат string

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

public static GetNamedMatches ( Regex regex, Match m ) : NameValueCollection
regex System.Text.RegularExpressions.Regex
m System.Text.RegularExpressions.Match
Результат System.Collections.Specialized.NameValueCollection

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

public static GetNamedMatches ( string input, string expression ) : NameValueCollection
input string
expression string
Результат System.Collections.Specialized.NameValueCollection

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

public static IsFullMatch ( string input, string pattern ) : bool
input string
pattern string
Результат bool