Closed ckuethe closed 3 years ago
instead of trying to enumerate and reject all possible bad filenames, define a pattern that describes good filenames and display matches.
change test to test\w* so that test would be allowed too.
test\w*
test
instead of trying to enumerate and reject all possible bad filenames, define a pattern that describes good filenames and display matches.
change test to
test\w*
so thattest
would be allowed too.