*
document_*.txt
document_
.txt
document_2023.txt
document_2024.pdf
*2024*
2024
report_2024.xls
*.?
a.txt
a.c
b.h
?
file?.txt
file1.txt
fileA.txt
file.txt
file12.txt
???.pdf
abc.pdf
123.pdf
ab.pdf
abcd.pdf
[]
file[123].txt
file2.txt
file3.txt
file4.txt
filea.txt
[A-Za-z].txt
A.txt
b.txt
[0-9][0-9].txt
01.txt
99.txt
[!abc]
[^abc]
!
^
[!0-9].txt