Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: Stringerex<TResult> operator+(Stringerex<TResult>, Stringerex)

Declaration

public static Stringerex<TResult> operator+(
    Stringerex<TResult> one,
    Stringerex two
)

Summary

Returns a regular expression that matches the first regular expression followed by the second and retains the result object generated by each match of the first regular expression.