Method | Description | |
---|---|---|
CreateMatcher ( AlgorithmType algorithmType, string patternText, RegexOptions options ) : |
||
CreateMatcher ( AlgorithmType algorithmType, string patternText, RegexOptionsEx options ) : |
||
GetMatches ( string inputText ) : IEnumerable |
Method | Description | |
---|---|---|
BaseMatcher ( string patternText, RegexOptionsEx options ) : System | ||
Parse ( ArrayConsList |
||
TransformAST ( |
protected BaseMatcher ( string patternText, RegexOptionsEx options ) : System | ||
patternText | string | |
options | RegexOptionsEx | |
return | System |
public static CreateMatcher ( AlgorithmType algorithmType, string patternText, RegexOptions options ) : |
||
algorithmType | AlgorithmType | |
patternText | string | |
options | RegexOptions | |
return |
public static CreateMatcher ( AlgorithmType algorithmType, string patternText, RegexOptionsEx options ) : |
||
algorithmType | AlgorithmType | |
patternText | string | |
options | RegexOptionsEx | |
return |
public GetMatches ( string inputText ) : IEnumerable |
||
inputText | string | |
return | IEnumerable |
protected abstract Parse ( ArrayConsList |
||
consList | ArrayConsList |
|
afterLastMatchIndex | int | |
return | Match2>.Result |
protected TransformAST ( |
||
pattern | ||
return |