Wildcards are symbols which you can iincorporate into your search. They can be used to stand in for characters in a search string. The symbols used vary between databases, but are often symbols such as the question mark ? hash, #, dollar sign $, asterisk *.
- The optional wildcard replaces any character, or zero characters. If ? was the optional wildcard symbol:
searching for colo?r would retrieve color OR colour
- The mandated wildcard replaces any one character. If $ was the mandated wildcard symbol:
searching for wom$n would retrieve woman or women
Some databases allow you to specify a certain number of characters.