https://issues.apache.org/ooo/show_bug.cgi?id=120118
Priority: P3
Bug ID: 120118
Assignee: [email protected]
Summary: regular excpression (regex) find/replace fails after
first match
Severity: normal
Issue Type: DEFECT
Classification: Application
OS: All
Reporter: [email protected]
Hardware: All
Status: UNCONFIRMED
Version: AOO 3.4.0
Component: ui
Product: word processor
Steps to reproduce:
1) File > New > Text Document
2) Enter text: one two three
3) Edit > Find & Replace
Search for: \b([^ ])
Replace with: x$1
Click "Replace All"
Expected result:
xone xtwo xthree
Actual result:
xone x$1wo x$1hree
Same in Calc gives slightly different result:
xone xxwo xxhree
Tested AOO 3.4 on Fedora Linux 13
--
You are receiving this mail because:
You are the assignee for the bug.