From a3793c87f11fdf5fb190397272de2cab655ed086 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 13 Oct 2021 18:07:00 +0700 Subject: [PATCH] Add Regex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb0b3d6c1..9e28ede73 100644 --- a/README.md +++ b/README.md @@ -1590,6 +1590,7 @@ Most of these are paid services, some have free tiers. - [PySwiftyRegex](https://github.com/cezheng/PySwiftyRegex) - Easily deal with Regex in Swift in a Pythonic way. - [Regex](https://github.com/crossroadlabs/Regex) - Regular expressions for swift. - [Regex](https://github.com/brynbellomy/Regex) - Regex class for Swift. Wraps NSRegularExpression. +- [sindresorhus/Regex](https://github.com/sindresorhus/Regex) - Swifty regular expressions, fully tested & documented, and with correct Unicode handling. ## SDK