From b60a8cae23327ef809cda75b729b037f98aa5b71 Mon Sep 17 00:00:00 2001 From: Maksym Kryvchun Date: Sun, 10 Jul 2022 23:52:19 +0300 Subject: [PATCH] Add rex (#4290) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2ecc781..a094d916 100644 --- a/README.md +++ b/README.md @@ -2347,6 +2347,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [go-wildcard](https://github.com/IGLOU-EU/go-wildcard) - Simple and lightweight wildcard pattern matching. - [goregen](https://github.com/zach-klippenstein/goregen) - Library for generating random strings from regular expressions. - [regroup](https://github.com/oriser/regroup) - Match regex expression named groups into go struct using struct tags and automatic parsing. +- [rex](https://github.com/hedhyw/rex) - Regular expressions builder. ### Sanitation