UltraEdit テキスト エディタには、検索用の Perl および Unix 互換の正規表現エンジンが含まれています。
これを文字列行に一致させたい:
<branch id="attribute">
<leaf id="attribute"/>
<leaf id="attribute"/>
<leaf id="attribute"/>
</branch>
このようなもので:
/<branch id="attribute">.*</branch>/gis
UltraEdit を使用してこれを達成する方法はありますか?