Declaration
public static Generex<T> InAnyOrder<T>(
params Generex<T>[] generexes
)
Summary
Generates a regular expression that matches the specified regular expressions in any order.
Generic type parameters
T |
Type of the elements to match. |
Parameters
Generex<T>[] | generexes |
The regular expressions to match. |