Download the PHP package ashleydawson/globtoregex without Composer
On this page you can find all versions of the php package ashleydawson/globtoregex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ashleydawson/globtoregex
More information about ashleydawson/globtoregex
Files in ashleydawson/globtoregex
Download ashleydawson/globtoregex
More information about ashleydawson/globtoregex
Files in ashleydawson/globtoregex
Vendor ashleydawson
Package globtoregex
Short Description Function that converts a glob pattern into a regular expression, extracted from the Symfony Finder component
License MIT
Package globtoregex
Short Description Function that converts a glob pattern into a regular expression, extracted from the Symfony Finder component
License MIT
Please rate this library. Is it a good library?
Informations about the package globtoregex
Glob to Regex
PHP function that converts a glob pattern into a regular expression, extracted from the Symfony Finder component.
Installation
To install via Composer, do the following:
Requirements are:
- PHP >= 7.1
Basic Usage
Basic usage of the function is as follows:
Where output is:
Usage
The following simple example returns a set of matched file paths:
Where output is:
Testing
To run the test suite, do the following:
All versions of globtoregex with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package ashleydawson/globtoregex contains the following files
Loading the files please wait ....