Supported wildcard pattern matching characters
WebSEAL supports wildcard pattern matching characters.
| Character | Description |
|---|---|
| \ | The character that follows the backslash is
part of a special sequence. For example, |
| ? | Wildcard that matches a single character. For
example, the string |
| * | Wildcard that matches zero or more characters. |
| [] | Defines a set of characters, from which any
can match. For example, the string |
| ^ | Indicates a negation. For example, the expression |
For more examples of pattern matching by using wildcards,
see the following topics.