Match<>(input, generex, startAt) MatchExact<>(input, generex, mustStartAt, mustEndAt) New<>(comparer, elements) Not<>(comparer, elements)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: Stringerex<TResult> ToStringerex<TResult>(this Generex<char, TResult>)Declarationpublic static Stringerex<TResult> ToStringerex<TResult>(
this Generex<char, TResult> generex
) Summary
Converts the specified Generex<T, TResult> to an equivalent regular expression of type Stringerex<TResult>. Generic type parametersTResult | This type parameter is not documented. |
|