https://bugs.documentfoundation.org/show_bug.cgi?id=152838
Bug ID: 152838
Summary: Search and Replace : Regular expression not work in
Calc
Product: LibreOffice
Version: 7.4.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Hello,
In LibreOffice Calc module, eplacing SPACES with CARRIAGE RETURNS not work.
To reproduce :
1- In a cell, enter : word1 word2 word3 word4
2- Press Ctrl+H
3- Search field enter a space character. Replace, type \n and Check Regular
expression box
4- Click on Search and Replace.
Actual result :
word1\nword2\nword3\nword4
Expected Result :
word1
word2
word3
word4
Note : Same manipulations works well with Writer module.
--
You are receiving this mail because:
You are the assignee for the bug.