/ Published in: JavaScript

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
string.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">");
Comments
