Regex Bug Report
It looks like your regex is not atomic enough. Try again!
Here's a breakdown of the problem:
- You're trying to match a pattern with non-atomic characters in the middle.
- You're not using positive lookahead or positive lookbehind.
- You're not using possessive quantifiers.
- You're not using reluctant quantifiers.
Fix these issues and try again, or read more about regular expressions.