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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -