JDev

jstlFebruary 28, 2006 8:26 pm

This JSTL post moved to http://www.ekcsoft.com/jstl/content/paginate/

javascriptFebruary 23, 2006 8:47 pm

 var htstring = ‘<p align="Left"><b>Hello</b> <I>World</I></p>’;

 var reg = new RegExp ("(<([^>]+)>)", "ig");

 var stripped = htstring.replace(reg,"");

 alert(stripped);

The RegExp comes from http://zamov.online.fr/EXHTML/DHTML/DHTML_983246.html

 

 

dom, javascriptFebruary 21, 2006 9:15 pm

This post has been expanded and moved to this web page.