Btw what does glob mean in this context?
EDIT: Ah, Wiktionary informs:
Quote:
(programming) A limited pattern matching technique using wildcards, less powerful than a regular expression.
|
Do regexes work in that field?
EDIT: I tried a simple [a-z]. Seems not. Worth a try anyways.