fnmatch(name, pat)
Test whether FILENAME matches PATTERN.
Patterns are Unix shell style:
An initial period in FILENAME is not special. Both FILENAME and PATTERN are first case-normalized if the operating system requires it. If you don't want this, use fnmatchcase(FILENAME, PATTERN).