Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Stringerex InAnyOrder(string, IEqualityComparer<char>)

Declaration

public static Stringerex InAnyOrder(
    string characters,
    IEqualityComparer<char> comparer = null
)

Summary

Generates a regular expression that matches the characters of the specified string in any order.

Parameters

stringcharacters A string containing the characters to match.
IEqualityComparer<char>comparer The optional equality comparer to use to determine matching characters.