Glob Matching

If a field supports glob matching, that means:

  • You can use * to match any number of characters.

  • You can use ? to match a single character.

Use * at the beginning and end of the pattern if you want to match a particular set of characters somewhere in a string instead of trying to match the whole string.