I need a regular expression for eclipse that finds the string XYZ if it's somewhere in the <formula> tags. it is certainly across multiple lines too.
If easier, i can do this in notepad++
<formula>
    potential stuff. could be in tags
    XYZ 
    potential stuff. could be in tags
</formula>
 
     
     
    