Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public static Stringerex<TResult> operator+(
    Stringerex one,
    Stringerex<TResult> 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 second regular expression.