Issue 11037 - regexp back reference support in "replace with" field
Summary: regexp back reference support in "replace with" field
Status: CLOSED DUPLICATE of issue 15666
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.0.2
Hardware: PC Windows 2000
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: h.ilter
QA Contact: issues@sw
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2003-01-29 10:06 UTC by Unknown
Modified: 2003-09-08 16:56 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-01-29 10:06:07 UTC
It would be very handy if support for back references in the Replace With field
was added.  That is, if parenteseis are used to capture a reference, \1 in the
Replace With field should replace with the reference found in the parentheseis.
 This is a std Regexp feature.
Example:  Replace words with 2 spaces between them with 1 space (except spaces
between sentences)
Find: "([^.])  "
Replace With: "\1 "

Currently, back-references are only supported in the Find field.
Comment 1 lohmaier 2003-08-13 18:08:08 UTC
duplicate

*** This issue has been marked as a duplicate of 15666 ***
Comment 2 lohmaier 2003-08-13 18:08:33 UTC
closing duplicate