Issue with regex on safari

Viewed 13

Similar to the issue here I have a 'Failed to load resource: the server responded with a status of 409 ()' issue on Safari that I don't have on Chrome.

My regex is the following:

let word = context.matchBefore(/(?<!\$)\$\{[^}]*}?$/)

What would be an alternative for this Regex so that it's supported by Safari ? Thanks!

0 Answers
Related