To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107619
                 Issue #|107619
                 Summary|Bug in Find & replace with regular expression
               Component|Spreadsheet
                 Version|OOO310m19
                Platform|Unknown
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|editing
             Assigned to|spreadsheet
             Reported by|lp01





------- Additional comments from l...@openoffice.org Fri Dec 11 17:03:28 +0000 
2009 -------
Find & replace with regular expression
find ([0-9])
replace $1

In cell with: 987

after replace      we get 987 (ok)
after replace all  we get 999

another case:
find: ([^ ]*)[ ]*([^ ]*)       
replace: $1$2      {replace space between something}

replace all

in cell with: "a b" we get "ab"    (ok)
in cell with: "a"   we get "aa"    (??)

---------------------------------------------------------------------
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to