Version: 4.3.4 (KDE 4.3.4) (using 4.3.4 (KDE 4.3.4), Debian packages) Compiler: cc OS: Linux (x86_64) release 2.6.32-trunk-amd64 If I want to replace some text in a html textarea, and I check the options 'regular expression' and 'use placeholders', the dropdown menu for 'insert placeholder' does list my regular expression matches. When I select one, it inserts a \1 (or \2 etc) in the replacement text, as expected. When I then hit 'replace' the \1 is inserted litterally, and not replaced by my submatch.
*** This bug has been marked as a duplicate of bug 168226 ***