Method | Description | |
---|---|---|
AhoMatcher ( List |
Initializes a new instance of the AhoMatcher class for the specified patterns.
|
|
IsMatch ( |
||
Match ( |
||
Matches ( |
Method | Description | |
---|---|---|
Match ( |
public AhoMatcher ( List |
||
patterns | List |
The patterns to search for in text. |
return | System.Collections.Generic |
public IsMatch ( |
||
reader | ||
return | bool |
public Match ( |
||
reader | ||
return |
public Matches ( |
||
reader | ||
return | IEnumerable |