fixed accidently changing a link

This commit is contained in:
Julian von Gebhardi 2023-01-15 21:04:31 +01:00
parent c69cce0f11
commit abfc1dd5f1

View File

@ -588,7 +588,7 @@ possible. We can use `?` to match in a lazy way, which means the match should be
"/(.*?at)/" => <a href="#learn-regex"><strong>The fat</strong></a> cat sat on the mat. </pre>
[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.