Declaration
public static Stringerex InAnyOrder(
params Stringerex[] stringerexes
)
Summary
Generates a regular expression that matches the specified regular expressions in any order.
Parameters
Stringerex[] | stringerexes |
The regular expressions to match. |