Legend
| Method: Generex<T, TResult> |
TResult | Type of the object returned by selector, which is a result object associated with each match of the regular expression. |
Func<GenerexMatch<T>, TResult> | selector | Function to process a regular expression match. |