mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-04 10:36:33 -04:00
fixed accidently changing a link
This commit is contained in:
parent
c69cce0f11
commit
abfc1dd5f1
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user