https://bugs.kde.org/show_bug.cgi?id=464725

            Bug ID: 464725
           Summary: Lookbehind regex not working
    Classification: Applications
           Product: kate
           Version: 22.08.1
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: search
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: cyberb...@gmx.de
  Target Milestone: ---

I have following example:

Regex (it should find $myvar but not @$myvar):
(?<!@)\$myvar

on text
abcde @$myvar abcde $myvar

kwrite highlights both as matches, but it should only find the second.

I tested it successfully here: https://regex101.com/

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to