Quote:
Originally Posted by Gardener
Hmm, or defining an escape character that makes the following character(s) be interpreted literally and not converted into a smiley. But yeah, checking with a regex whether there are url tags around it should work too.
|
Well, wouldn't the easiest way of checking for the escape character and whether it actually precedes a smiley be using a regex? I'd assume the escape character should itself be interpreted literally unless it precedes a smiley combination and is not itself escaped.