Trying to use a simplified RegEx to solve a little emoji replacement.
regex is: ((?!http)(\:\/))
context is:
Hello there, don't goto <a href="http://x.com">x.com</a>, they have bad service :/
Still captures both ":/"s in the context. I know there's the bracket non-capturing character method, but I couldn't find any modernized / simplified version of something like this.