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

Francis C. Costero <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #17 from Francis C. Costero <[email protected]> ---
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.

Reply via email to