From abfc1dd5f1afbeac01367bed760f7c0ab9ab4ec7 Mon Sep 17 00:00:00 2001 From: Julian von Gebhardi Date: Sun, 15 Jan 2023 21:04:31 +0100 Subject: [PATCH] fixed accidently changing a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cae309a..b1d4599 100644 --- a/README.md +++ b/README.md @@ -588,7 +588,7 @@ possible. We can use `?` to match in a lazy way, which means the match should be "/(.*?at)/" => The fat cat sat on the mat. -[Test the regular expression](https://regex101.com/r/AyAdgJ/1) +[Test the regular expression](https://regex101.com/r/AyAdgJ/2) This becomes even more useful when using the global flag.