- Declared in: RT.Generexes.Generex<T, TResult>
Declaration
public Generex<T, TOtherResult> Process<TOtherResult>(
Func<GenerexMatch<T, TResult>, TOtherResult> selector
)
Summary
Processes each match of this regular expression by running it through a provided selector.
Generic type parameters
TOtherResult |
Type of the object returned by selector. |
Parameters
Func<GenerexMatch<T, TResult>, TOtherResult> | selector |
Function to process a regular expression match. |