From 7f26b101ec6bb6ae04daf1e2b3fd1350f244f1a7 Mon Sep 17 00:00:00 2001 From: Jesse Luoto Date: Tue, 5 Jan 2021 09:06:12 +0200 Subject: [PATCH] Add references to similar projects to README Listed all Javascript projects from issue #230 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e6c9d34c..805ac170 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,11 @@ You can see an up to date list of all ports on [VerbalExpressions.github.io](htt - [Swift](https://github.com/VerbalExpressions/SwiftVerbalExpressions) If you would like to contribute another port (which would be awesome!), please [open an issue](https://github.com/VerbalExpressions/implementation/issues/new) specifying the language in the [VerbalExpressions/implementation repo](https://github.com/VerbalExpressions/implementation/issues). Please don't open PRs for other languages against this repo. + +### Similar projects + +Here's a list of other similar projects that implement regular expression +builders: + +- https://github.com/MaxArt2501/re-build +- https://github.com/mathiasbynens/regenerate \ No newline at end of file