Bug 227215 - replace with placeholders doesn't work, prints literal placeholder
Summary: replace with placeholders doesn't work, prints literal placeholder
Status: RESOLVED DUPLICATE of bug 168226
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 17:08 UTC by Peter Palm
Modified: 2010-05-19 00:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Palm 2010-02-16 17:08:54 UTC
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.
Comment 1 David Faure 2010-05-19 00:22:25 UTC

*** This bug has been marked as a duplicate of bug 168226 ***