I want to replace all the words and characters except the matching regex. i tried to implement negative lookahead by adding ?! but it's not working. Here is my Regex pattern link
I want to replace all the characters except the having {{i18n sometext }}.
Thanks