Simple wildcards
github.com/ddliu/php-wildcards
Source
Issues
Installs: 63
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 1
Open Issues: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT 01c96d64fb4708ae947a6a30dd5e4e070e1b0291
This package is auto-updated.
Last update: 2024-12-13 22:51:30 UTC
Simple wildcards in PHP.
composer require ddliu/wildcards
use ddliu\wildcards\Wildcards; $wildcards = new Wildcards('http://google.com/search/*'); var_dump($wildcards->match('http://google.com/search/php')); // true