To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93275
                 Issue #|93275
                 Summary|regexp find&replace: replace references does not work 
                        |with ^ and $ symbols
               Component|Word processor
                 Version|OOO300m3
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|editing
             Assigned to|mru
             Reported by|macias





------- Additional comments from [EMAIL PROTECTED] Sat Aug 30 08:22:33 +0000 
2008 -------
Just for simplicity consider this (find)
(.*)
and replace
$1
pretty trivial right. But if you change find to
^(.*)$

you will not get back the same (as you should). You will get _TEXT_
$1

My actual find was:
^[0-9]+ \| [0-9]+ [a-z]+ \| [0-9]+ [a-z]{2,2}([a-z]*)\|([a-z]*)\|([a-z]*)$
and replace
$1$2$3

in regexp mode you should never see TEXT $1 as the result from $1 (unless "$1" 
is matched of course :-) ).

---------------------------------------------------------------------
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]

Reply via email to