https://bugs.kde.org/show_bug.cgi?id=365124
--- Comment #5 from Christoph Cullmann <cullm...@kde.org> --- To avoid problems like "how to use \1 with a 2 behind without it is a \12", we now use \{12} as syntax for multi-digit matches (which didn't work before at all) e.g. \{12}1 => use capture 12 \123 => use capture 1, rest ist normal text -- You are receiving this mail because: You are watching all bug changes.