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 ToStringerex(this Generex<char>)Declarationpublic static Stringerex ToStringerex(
this Generex<char> generex
) Summary
Converts the specified Generex<T> to an equivalent regular expression of type Stringerex. |