Skip to content

Added text matcher #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2014
Merged

Added text matcher #44

merged 1 commit into from
Dec 14, 2014

Conversation

norberttech
Copy link
Member

After merge it will possible to match texts that include type patterns.
Example:

use Coduo\PHPMatcher\Factory\SimpleFactory;

$factory = new SimpleFactory();
$matcher = $factory->createMatcher();

$match = $matcher->match("/users/1245/active", "/users/@[email protected](0)/active")

@javierseixas
Copy link

Nice one!

+1

norberttech pushed a commit that referenced this pull request Dec 14, 2014
@norberttech norberttech merged commit cb81445 into coduo:master Dec 14, 2014
@defrag
Copy link
Member

defrag commented Dec 14, 2014

Very nice job!

@cakper
Copy link
Contributor

cakper commented Dec 14, 2014

Thanks man! I owe you Sarmackie! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants