Wildcard types:
1. * – Matches any string or group of characters.
2. ? – Matches any single character.
3. […] – Matches any one of the enclosed characters
Note:
[..-..] A pair of characters separated by a minus sign denotes a range.
Wildcard types:
1. * – Matches any string or group of characters.
2. ? – Matches any single character.
3. […] – Matches any one of the enclosed characters
Note:
[..-..] A pair of characters separated by a minus sign denotes a range.