Libraries tagged by regular-expression
composer/pcre
381952232 Downloads
PCRE wrapping library that offers type-safe preg_* replacements.
niklongstone/regex-reverse
172496 Downloads
Regular Expression reverter, generates a string from a provided regular expression
verbalexpressions/php-verbal-expressions
51834 Downloads
PHP Regular expressions made easy
tmilos/lexer
1990773 Downloads
Lexical analyzer with individual token definition with regular expressions
s9e/regexp-builder
2528939 Downloads
Library that generates regular expressions that match a list of strings.
rawr/t-regx
176297 Downloads
PHP regular expression brought up to modern standards.
inacho/php-credit-card-validator
1439666 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
freelancehunt/php-credit-card-validator
734495 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
php-standard-library/regex
180783 Downloads
Type-safe regular expressions with typed capture groups and proper error handling
regex-guard/regex-guard
547472 Downloads
A wrapper that allows you to validate regular expressions and handle normally uncatchable PCRE compilation warnings
nervo/yuicompressor
1592471 Downloads
YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.
lochmueller/sourceopt
609949 Downloads
Optimization of the final page: reformatting the (x)HTML output & removal of new-lines, comments and generator-info including search and replace strings using your regular expressions. In addition combines all SVG selected within content-elements into one file and replaces by .
lezhnev74/pasvl
61205 Downloads
Array Validator (regular expressions for nested array, sort of)
ilario-pierbattista/reverse-regex
54931 Downloads
Convert Regular Expressions into text, for testing. Fork of icomefromthenet/reverse-regex
icomefromthenet/reverse-regex
393620 Downloads
Convert Regular Expressions into text, for testing