Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Stringerex<IEnumerable<TResult>> InAnyOrder<TResult>(params Stringerex<TResult>[])

Declaration

public static Stringerex<IEnumerable<TResult>> InAnyOrder<TResult>(
    params Stringerex<TResult>[] stringerexes
)

Summary

Generates a regular expression that matches the specified regular expressions in any order.

Generic type parameters

TResult Type of the result object associated with each match of the regular expression.

Parameters

Stringerex<TResult>[]stringerexes The regular expressions to match.