C# Class Alsing.Text.PatternMatchers.RegexPatternMatcher

Pattern matcher that allows regex patterns to be matched
Inheritance: PatternMatcherBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Match ( string textToMatch, int matchAtIndex ) : int
RegexPatternMatcher ( ) : System
RegexPatternMatcher ( string pattern ) : System

Protected Methods

Method Description
OnPatternChanged ( EventArgs e ) : void

Raises the PatternChanged Event

Private Methods

Method Description
RegexPatternMatcher_PatternChanged ( object sender, EventArgs e ) : void

Method Details

Match() public method

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
return int

OnPatternChanged() protected method

Raises the PatternChanged Event
protected OnPatternChanged ( EventArgs e ) : void
e System.EventArgs EventArgs
return void

RegexPatternMatcher() public method

public RegexPatternMatcher ( ) : System
return System

RegexPatternMatcher() public method

public RegexPatternMatcher ( string pattern ) : System
pattern string
return System