Search Examples:
"registered charity"
- Find exact phrase
charity* help*
- Words starting with "charity" and "help"
"registered charity" help*
- Exact phrase + wildcard word
*able help*
- Words ending with "able" + words starting with "help"
char??y
- Words like "charity" (? = single character)
Note: Wildcards (*) must be combined with meaningful text.
Use patterns like "word*" or "*word", not just "*" alone.