danbettles/php-reggie

Reggie is a very simple regular-expression builder

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/danbettles/php-reggie

v2.0.0 2025-11-19 10:22 UTC

This package is auto-updated.

Last update: 2025-11-19 10:24:46 UTC


README

Reggie is a very simple PHP regular expression (regex) builder.

It aims to eliminate the clutter, and confusion, involved in assembling regexes from multiple sources, to help prevent mistakes and make code easier to understand. Regexes can be confusing enough: having to also mentally parse multiple, complicated concatenation and interpolation operations, for example, makes things unnecessarily difficult.