Backreference problems using Perl regexes

Backreference problems using Perl regexes

kodavasal

    May 16, 2006#1

    Do backreferences work when using Perl regexes?

    In an HTML file, when trying to find matching tags and everything in between, the following regular expression

    <(\w+)>.*?</\1>

    gives an "invalid regular expression" error.

    6,686585
    Grand MasterGrand Master
    6,686585

      May 17, 2006#2

      Only with the latest versions of UEStudio (v5.50) and UltraEdit (v12.10) released yesterday where exactly this issue was fixed according to the history in readme.txt. I have not tested, if it really works now with the latest versions.
      Best regards from an UC/UE/UES for Windows user from Austria

      kodavasal
      kodavasal

        May 17, 2006#3

        I downloaded the update and it works! Thanks.