2017 © Pedro Peláez
 

library regexp-trie

Regexp::Trie in PHP

image

sters/regexp-trie

Regexp::Trie in PHP

  • Thursday, August 17, 2017
  • by sters
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Regexp::Trie in PHP

CircleCI Packagist, (*1)

See also the original Regexp::Trie in Perl., (*2)

Transform from https://github.com/gfx/ruby-regexp_trie., (*3)

Installation

Install Plugin using composer., (*4)

$ composer require "sters/regexp-trie:dev-master"

Usage

use RegexpTrie\RegexpTrie;


$regexpTrie = RegexpTrie::union([
    'foo',
    'bar',
    'baz',
]);

var_dump($regexpTrie->toRegexp()); // string(16) "/(?:foo|ba[rz])/"

The Versions

17/08 2017

dev-master

9999999-dev https://github.com/sters/php-regexp-trie

Regexp::Trie in PHP

  Sources   Download

MIT

The Development Requires

by Avatar sters

trie regexp

17/08 2017

0.0.4

0.0.4.0 https://github.com/sters/php-regexp-trie

Regexp::Trie in PHP

  Sources   Download

MIT

The Development Requires

by Avatar sters

trie regexp

15/06 2017

0.0.3

0.0.3.0 https://github.com/sters/php-regexp-trie

Regexp::Trie in PHP

  Sources   Download

MIT

The Development Requires

by Avatar sters

trie regexp

11/01 2017

0.0.2

0.0.2.0 https://github.com/sters/php-regexp-trie

Regexp::Trie in PHP

  Sources   Download

MIT

The Development Requires

by Avatar sters

trie regexp

11/01 2017

0.0.1

0.0.1.0 https://github.com/sters/php-regexp-trie

Regexp::Trie in PHP

  Sources   Download

MIT

The Development Requires

by Avatar sters

trie regexp