CloneableFinal
| Methods |
| public caseSensitive() : League |
public getRegex() : string
|
| public static join(League |
| public static oneOf(string $str) : League Match any of the given strings (case-insensitive) |
| public static regex(string $regex) : League Match a partial regular expression without starting/ending delimiters, anchors, or flags |
| public static string(string $str) : League Match the given string (case-insensitive) |
| Properties |
| private bool $caseSensitive |
| private string $regex |
| Methods |
| private __construct(string $regex, bool $caseSensitive = false) |
| Methods |
| public static join(League |
| public static oneOf(string $str) : League Match any of the given strings (case-insensitive) |
| public static regex(string $regex) : League Match a partial regular expression without starting/ending delimiters, anchors, or flags |
| public static string(string $str) : League Match the given string (case-insensitive) |