Bug 64682 - EDITING: In "search and replace" points comma replaces all repeated.
Summary: EDITING: In "search and replace" points comma replaces all repeated.
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
4.0.3.3 release
Hardware: Other Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords: regression
Depends on:
Blocks:
 
Reported: 2013-05-16 19:16 UTC by casimiro
Modified: 2013-05-17 06:32 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description casimiro 2013-05-16 19:16:19 UTC
Problem description: 
Points in a text comma want change, change ALL comma.

Steps to reproduce:
1. Example: I type in a cell: Hello.hola.example.boat
2. Find and Replace (ctrl+alt+b) 
3. Replace: dot (.) Comma (,)  (and press botton "Replace all")

Current behavior: The result is: ,,,,,,,,,,,,,,,,,,,,,,,

Expected behavior: The result should be: Hello,hola,example,boat


              
Operating System: Ubuntu
Version: 4.0.3.3 release
Last worked in: 4.0.0.3 release
Comment 1 Jacques Guilleron 2013-05-16 19:49:13 UTC
Hi Casimiro,

In the Find & Replace dialog, select Fewer Options and uncheck Regular expressions. "dot" in regular expressions means "any single character". That's why you get this result.

Have a nice day,

Jacques Guilleron