Skip to main content

collections.Fnmatch

Shell-glob match, supporting *, ? and [...]

collections.Fnmatch(name: string, pattern: string) -> bool

Arguments

NameType
namestring
patternstring

Example

{{ collections.Fnmatch("ABC-1.pdf", "ABC-*.pdf") }}

Returns true.