| You can use * and ? as search wildcard. * means any string of zero or more characters, ? any single character. For example, A?0* searches for all strings that begin with A, then some single character, then 0 and end with any string. |
| Close this window |