From 1c4cff6874fb9450ab7b5499207ac03e37793749 Mon Sep 17 00:00:00 2001 From: Daniel Wilkowski Date: Wed, 25 Nov 2020 18:48:01 +0100 Subject: [PATCH] Add T-Regx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abf535e..df52acd 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ Libraries to help manage database schemas and migrations. * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs. * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support. +* [T-Regx](https://github.com/T-Regx/T-Regx) - An advanced regular expressions library, eliminating the gotchas of PHP. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.