Declaration
public static TGenerex operator|(
T one,
GenerexNoResultBase<T, TGenerex, TGenerexMatch> two
)
Summary
Returns a regular expression that matches either the specified element (first operand) or the specified
regular expression (second operand) (cf.
|
in traditional regular expression syntax).