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.