To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76188
Issue #|76188
Summary|Find and Replace Regular Expression "\1" not supported
Component|Word processor
Version|OOo 2.2
Platform|All
URL|
OS/Version|Windows XP
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|editing
Assigned to|mru
Reported by|npendleton
------- Additional comments from [EMAIL PROTECTED] Sun Apr 8 03:56:30 +0000
2007 -------
Find and Replace Regular Expression "\1" not supported
example:
find " ([A-z]{2}[0-9]+) "
replace "\n\1\t"
produced literal "\1" instead strings like "AB21", but did correctly insert the
newlines and tabs. So all the id values became the literal "\1" instead the
match found.
AB21 Apple AB22 Ball AB23 Cat
became
\1[tab]Apple
\1[tab]Ball
\1[tab]Cat
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]