Forum Moderators: open

Message Too Old, No Replies

regular expression to search for strings

that are not inside HTML tags

         

prasanth

7:04 am on Jul 7, 2005 (gmt 0)

10+ Year Member



Hi every one,
I am doing a typical highlight functionality. I need a regular expression which finds all the strings that are not enclosed inside html tags. I am capturing the content of body by
document.getElementsByTagName('body')[0].innerHTML.
I want the all the inforamtion that are not enclosed in HTML tags.

Can any one help me in solvin this issue.

orion_rus

8:51 am on Jul 9, 2005 (gmt 0)

10+ Year Member



i suggest you to make this on a server side, it's much better believe me