The UltraEdit text editor includes a Perl and Unix compatible regular expression engine for searching.
I want to be able to match a string line this:
<branch id="attribute">
<leaf id="attribute"/>
<leaf id="attribute"/>
<leaf id="attribute"/>
</branch>
With something like this:
/<branch id="attribute">.*</branch>/gis
Is there a way to accomplish this using UltraEdit?