0

I currently have /(__.+")/g that successfully matches my string.

However, I have three matches in the string and I need to be able to only take the last occurence of the matches with a negative lookahead.

My problem is I can't work out the format of how to implement it. You can view the Regex here: https://regexr.com/56un9

Any advice would be appreciated.

0 Answers0