Wildcard characters
The following is a list of wildcard characters that Adobe Dreamweaver supports, along with the strings to specify them and descriptions of their usage.
Wildcard | Escape string | Description |
---|---|---|
Wildcard |
| Skip all characters in the rule until the character that follows the wildcard is found. For example, use |
Wildcard with escape character |
| Where This is the same as the wildcard, except that an escape character can be specified. The character following any escape character is ignored. This lets the character following the wildcard appear in the string without matching the criteria to end wildcard processing. For example, |
Optional whitespace |
| This matches zero or more white space or newline characters. For example, The white space wildcards match any combination of white space and newline characters. |
Required whitespace |
| This matches one or more white space or newline characters. For example, The white space wildcards match any combination of white space and newline characters. |