Skip to main content

Module fnmatch

Module fnmatch 

Source
Expand description

Constants§

FNM_CASEFOLD
Compare input string and pattern in a case-insensitive manner.
FNM_IGNORECASE
Equivalent to FNM_CASEFOLD.
FNM_NOESCAPE
Disable backslash escaping.
FNM_NOMATCH
The input string does not match the specified pattern.
FNM_PATHNAME
Backslash in the input string only matches backlash in pattern.
FNM_PERIOD
Leading period in input string only matches period in pattern.

Functions§

fnmatch
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fnmatch.html.