Here are some special characters you can use in the Tool Description field. Note that you can use several of these together, for example ###.
|
String |
Finds… |
|
* |
Any string of characters (added automatically to all search strings) |
|
? |
Any one character |
|
# |
Any one digit |
|
[a-z] |
Any one character from the specified range |
|
[!a-z] |
Any one character not in the specified range |
|
[0-9] |
Any one digit from the specified range |
|
[!0-9] |
Any one digit not in the specified range |