The Glob package provides the ability find all pathnames matching a given pattern based on Unix shell rules. Its adapted from the glob2 python module.
Production ready.
- Install corral
corral add github.com/ponylang/glob.git --version 1.0.7corral fetchto fetch your dependenciesuse "glob"to include this packagecorral run -- ponycto compile your application
glob uses the Pony regex library. Usage and installation instructions for it will be required in order for this library to work.