Libraries tagged by regular-expression
tea/regex
56 Downloads
A clean interface for building and working with regular expressions. Lightweight wrapper for the built in PCRE library (preg_* functions).
steviostudio/reverse-regex
178 Downloads
Convert Regular Expressions into text
shiyan/file-to-sqlite
5 Downloads
Copies data from a file to an SQLite database using regular expressions.
se7enxweb/regexpline
1 Downloads
eZ Publish legacy extension providing a datatype that validates its content against regular expressions
pointybeard/laravel-sku
1 Downloads
A Laravel package for generating SKU codes via regular expressions.
pmvc-plugin/regexp
479 Downloads
Regular Expression Tool
phprivoxy/matcher
7 Downloads
Simple URI matcher without regular expressions.
pep/reverse-regex
24 Downloads
Convert Regular Expressions into text, for testing
obf/regexp
3550 Downloads
The Opsbears Framework Regular Expression Component
nick-jones/globby
45 Downloads
Glob wildcard → regular expression translation library
milantex/tpc
14 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.
mikamatto/reserved-values-bundle
35 Downloads
A Symfony bundle to restrict reserved values in form fields such as usernames or slugs, with support for exact matches and regular expressions.
mck89/rebuilder
9 Downloads
REBuilder is a PHP library to build and parse regular expressions
marketflow/yii2-regex-validator
1052 Downloads
Yii2 validator for validating PCRE Regular Expressions
makadev/re2dfa
3 Downloads
Library for Regular Expression to DFA transformation.