Skip to content

ddliu/php-wildcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wildcards Build Status

Simple wildcards in PHP.

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

About

Simple wildcards in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages