Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Stringerex InAnyOrder(params Stringerex[])

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.