javascript - Regex literal word with escape character -


alright in javascript in trying replace following tag .replace

</font>

right im using

/<\/font>/mg 

however i'm trying make match exact sequence not every piece. wrong , doing wanted ask anyway

check weather working?

/<\/font>/g 

also provide sample code snippet clarity.


Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -