Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Stringerex<TResult> Then(IEqualityComparer<char>, string)

Declaration

public Stringerex<TResult> Then(
    IEqualityComparer<char> comparer,
    string str
)

Summary

Returns a regular expression that matches this regular expression followed by the specified string, using the specified equality comparer.