If you are uncertain about a name, you can use wildcards:
- '*' will match any characters
- '_' will match any single character
For example, 'J_n' would match Jon but not John, and 'J*n' would match both.
If you are uncertain about a name, you can use wildcards:
For example, 'J_n' would match Jon but not John, and 'J*n' would match both.