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