I want to do something with Regular Expressions. My problem is like this.
In a given string, i have to find the occurrence of a given word, that is not inside the <A HREF ..... </A> tags.
For example in the text
this is some string Corporate <A HREF="#" onClick="popup('Glossary.asp',128,'Corporate Risk Management')">Corporate Risk Management</a>, this is corporate end of my string
i want to find all the occurrence of Corporate that are not between <A HREF and </A> tags.
Can any body halp me?
Thanks in advance
Ardian