Libraries tagged by Pregex
icomefromthenet/reverse-regex
391933 Downloads
Convert Regular Expressions into text, for testing
hallindavid/manny
109607 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
7230 Downloads
Lot's of tools for git, file and static source code analysis.
incenteev/emoji-pattern
415743 Downloads
PHP regexp pattern matching Unicode emojis
chriskonnertz/bbcode
284694 Downloads
A naive attempt at a BBCode 'parser' written in PHP. It uses regex and thus fails at complex, nested tags.
simpleregex/srl-php
16845 Downloads
Simple Regex Language
php-standard-library/regex
90030 Downloads
Type-safe regular expressions with typed capture groups and proper error handling
lucleroy/php-regex
4987 Downloads
PHP Regular Expressions Builder
ilario-pierbattista/reverse-regex
26354 Downloads
Convert Regular Expressions into text, for testing. Fork of icomefromthenet/reverse-regex
chevere/regex
30412 Downloads
Validated regular expression
adambullmer/usdl-regex
39106 Downloads
Compiled list of United States Driver License validation regex
tommyknocker/pdo-database-class
6098 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.
rolfvreijdenberger/izzum-statemachine
26084 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
phplrt/lexer
165126 Downloads
The phplrt lexer library that can be used for scanners implementation using PCRE
kendall-hopkins/formal-theory
7926 Downloads
FormalTheory is a library that allows for manipulation and conversion of NFAs, DFAs and Regular Expressions.