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