Libraries tagged by regex
hallindavid/manny
109944 Downloads
a package of manipulators that hopefully come in useful for those of us who always forget regex when we need it (manny is short for manipulation)
cytopia/awesome-ci
7300 Downloads
Lot's of tools for git, file and static source code analysis.
incenteev/emoji-pattern
417538 Downloads
PHP regexp pattern matching Unicode emojis
chriskonnertz/bbcode
285505 Downloads
A naive attempt at a BBCode 'parser' written in PHP. It uses regex and thus fails at complex, nested tags.
simpleregex/srl-php
16890 Downloads
Simple Regex Language
php-standard-library/regex
99880 Downloads
Type-safe regular expressions with typed capture groups and proper error handling
lucleroy/php-regex
5015 Downloads
PHP Regular Expressions Builder
ilario-pierbattista/reverse-regex
27260 Downloads
Convert Regular Expressions into text, for testing. Fork of icomefromthenet/reverse-regex
chevere/regex
30765 Downloads
Validated regular expression
rolfvreijdenberger/izzum-statemachine
26094 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
phplrt/lexer
166205 Downloads
The phplrt lexer library that can be used for scanners implementation using PCRE
kendall-hopkins/formal-theory
8160 Downloads
FormalTheory is a library that allows for manipulation and conversion of NFAs, DFAs and Regular Expressions.
tommyknocker/pdo-database-class
6137 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
aymanrb/php-unstructured-text-parser
24158 Downloads
A PHP library to help extract text out of text documents
pointybeard/reverse-regex
37652 Downloads
Convert Regular Expressions into text, for testing