Thanks to both of you for your help, but the Find string is still either finding too much or nothing, as well as returning entities which end up being ignored (i.e. the <br/> 's)
The User Manual example
Code:
<[Hh][1-6][^>]*>([^<>]+)</[hH][1-6]>
works fine if there are no < or > between the Hx tags and that's what I started with, i.e. trying to make it handle the case where there might be <br/> tags or not. I hadn't even gotten to the point of handling spaces
I'd appreciate any more ideas