negate match in RE2 syntax for word at end of the string?
I want to create a RE2 regex that should not match the string if it ends with an specific word. Lets say the word health as example
I want to create a RE2 regex that should not match the string if it ends with an specific word. Lets say the word health as example