The implementation of a FileFilter, which uses the special characters (in a ms-dos like manner)
- * to represent a string of arbitrary length
- ? to represent one arbitrary character
- # to represent an integer number consisting of at least one digit.
With the following files in a directory
a001.dat a005.dat a5.dat a_old.dat b.dat
example 1:
a#.dat finds a001.dat a005.dat a5.dat
example 2:
a*.dat finds a001.dat a005.dat a5.dat a_old.dat
@author Martin Senne, Jan-Hendrik Prinz