Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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