What are Wildcards?
Wildcard searching is useful when you have multiple spellings for a word. They can be placed at the end of a word or within a word.
Question Mark ?:
This represents a single character anywhere in a word. It's useful when a word has variable spellings, and you want to search for all of them at once.
- For example,
colo?r
will return results for both color and colour.
Gr?y
will return results for both gray or grey