C# Класс RegexMatcher, Milvasoft

Наследование: IMatcher
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetMatchResult ( Regex, regex, string input ) : Match,

Checks if input matches regex.

GetMatchResult ( string input, string regexString ) : Match,

Checks if input matches regexString.

MatchRegex ( Regex, regex, string input ) : bool

Checks if input matches regex.

MatchRegex ( string input, string regexString ) : bool

Checks if input matches regexString.

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

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

Checks if input matches regex.
public static GetMatchResult ( Regex, regex, string input ) : Match,
regex Regex,
input string
Результат Match,

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

Checks if input matches regexString.
public static GetMatchResult ( string input, string regexString ) : Match,
input string
regexString string
Результат Match,

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

Checks if input matches regex.
public static MatchRegex ( Regex, regex, string input ) : bool
regex Regex,
input string
Результат bool

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

Checks if input matches regexString.
public static MatchRegex ( string input, string regexString ) : bool
input string
regexString string
Результат bool