Javascript String encode_tags()
tags()
String.prototype.encode_tags = function() { return this.replace(/\<\?php/g,'(?php') .replace(/\?\>/g,'?)') .replace(/</g,'(lt;') .replace(/>/g,')gt;'); }