in reply to Re: Limiting a glob
in thread Limiting a glob
You can use Text::Glob to transform a file name containing wildcards into a regular expression.
Here you will find another function (_glob_to_regex) implementing a glob to regex transformation.
|
|---|