C# Class System.Data.ProviderBase.SimpleRegex

Exibir arquivo Open project: runefs/Marvin Class Usage Examples

Protected Methods

Method Description
IsWordChar ( char c ) : bool
Match ( string input ) : SimpleMatch
Match ( string input, int beginning, int length ) : SimpleMatch

Method Details

IsWordChar() protected method

protected IsWordChar ( char c ) : bool
c char
return bool

Match() protected method

protected Match ( string input ) : SimpleMatch
input string
return SimpleMatch

Match() abstract protected method

abstract protected Match ( string input, int beginning, int length ) : SimpleMatch
input string
beginning int
length int
return SimpleMatch