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