Method | Description | |
---|---|---|
Filter ( ) : System |
Initializes a new instance of the Filter class.
|
|
MatchRegexIndex ( string queryString ) : int |
The position in the original string where the first character of the captured substring was found.
|
Method | Description | |
---|---|---|
BuildRegex ( ) : |
Builds a regular expression from the MatrixFilters type, this allows extensibility.
|
|
ParseFilter ( string identifier ) : IMatrixFilter |
Parses the input string to return the correct IMatrixFilter.
|
public MatchRegexIndex ( string queryString ) : int | ||
queryString | string | /// The query string to search. /// |
return | int |