Login
From:
Python documentation
(Uncensored)
subscribe
fnmatch — Unix filename pattern matching — Python 3.13.0 documentation
https://docs.python.org/3/library/fnmatch.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the re module). The special character...