Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

Returns a regular expression that matches either this regular expression or the specified string using the specified equality comparer (cf. | or [...] in traditional regular expression syntax).