mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-13 16:15:15 +00:00
4 lines
169 B
Python
4 lines
169 B
Python
.fnmatch: (name: Str, pat: Str) -> Bool
|
|
.fnmatchcase: (name: Str, pat: Str) -> Bool
|
|
.filter: (names: Iterable(Str), pat: Str) -> List(Str)
|
|
.translate: (pat: Str) -> Str
|