Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed accidently changing a link
  • Loading branch information
JulianvonGebhardi committed Jan 15, 2023
commit abfc1dd5f1afbeac01367bed760f7c0ab9ab4ec7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down