geongeorge / i-hate-regex

The code for iHateregex.io 😈 - The Regex Cheat Sheet
https://iHateRegex.io
4.5k stars 320 forks source link

Doesn't the playground supprt "Lookarounds"? #95

Open freejool opened 2 years ago

freejool commented 2 years ago
image

"(?<=(T|t)he\s)(fat|mat)" should have matches in "The fat cat sat on the mat."

But I got an error.