C# Класс Alsing.Text.PatternMatchers.RegexPatternMatcher

Pattern matcher that allows regex patterns to be matched
Наследование: PatternMatcherBase
Показать файл Открыть проект

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

Метод Описание
Match ( string textToMatch, int matchAtIndex ) : int
RegexPatternMatcher ( ) : System
RegexPatternMatcher ( string pattern ) : System

Защищенные методы

Метод Описание
OnPatternChanged ( EventArgs e ) : void

Raises the PatternChanged Event

Приватные методы

Метод Описание
RegexPatternMatcher_PatternChanged ( object sender, EventArgs e ) : void

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

Match() публичный метод

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
Результат int

OnPatternChanged() защищенный метод

Raises the PatternChanged Event
protected OnPatternChanged ( EventArgs e ) : void
e System.EventArgs EventArgs
Результат void

RegexPatternMatcher() публичный метод

public RegexPatternMatcher ( ) : System
Результат System

RegexPatternMatcher() публичный метод

public RegexPatternMatcher ( string pattern ) : System
pattern string
Результат System