Declaration
public static TGenerex operator+(
Predicate<T> one,
GenerexNoResultBase<T, TGenerex, TGenerexMatch> two
)
Summary
Returns a regular expression that matches the specified element (first operand) followed by the specified
regular expression (second operand).