hey guys just a quick one for tonight.
i just want to change a smiley face e.g :-P to a html code like <span class=surp></span> but it comes out with a error which is
Uncaught SyntaxError: Invalid regular expression: /:-(/: Unterminated group
this is part of my code
newmessage = newmessage.replace(/:-(/gi, "<span class=sad></span>"); i figured it out and it doesn't like the bracket so is there any other way to do this with the bracket?