library wildcards
Simple wildcards
ddliu/wildcards
Simple wildcards
- Sunday, December 21, 2014
- by ddliu
- Repository
- 3 Watchers
- 2 Stars
- 46 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Wildcards
Simple wildcards in PHP., (*1)
Installation
composer require ddliu/wildcards
Usage
use ddliu\wildcards\Wildcards;
$wildcards = new Wildcards('http://google.com/search/*');
var_dump($wildcards->match('http://google.com/search/php')); // true