You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/10/04 04:36:14 UTC

[Issue 107619] Bug in Find & replace with regular expression

https://bz.apache.org/ooo/show_bug.cgi?id=107619

Francis C. Costero <fj...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fjcc.apache@gmail.com

--- Comment #17 from Francis C. Costero <fj...@gmail.com> ---
I still see the problem with 4.1.2 and one of the original example cases. I
have 3 cells containing
987
a b
a

With 
Find: ([^ ]*)[ ]*([^ ]*) 
Replace: $1$2
I get the following after clicking Replace All
987987
ab
aa


If I use
Find: ([0-9])
Replace: $1
I do not see the originally reported problem that 987 becomes 999 with Replace
All. The 987 is left unchanged. 
I'm using Windows 7.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.