How can I set a regex pattern which matches all words but the strings which starts with
I think the pattern starts with \A but I don'0t know how to tell that should not follow a word
Thanks
Use this kind of negate regex and replace word by your word.
^((?!word).)*$
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With