To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90025





------- Additional comments from [email protected] Wed Aug  5 18:42:32 
+0000 2009 -------
"\>" regular expression pattern in "Search for" blocks "$n" and "&" patterns in 
"Replace with".

For ex., try to add leading zero to #.## numbers:

1) less accurate, search: "\<[0-9]\.[0-9]{2}", replace: "0&" or "0$0"
"1.11" --> "01.11", it's Ok. 

2) more accurate, search: "\<[0-9]\.[0-9]{2}\>", replace: "0&" or "0$0"
"1.11" --> "0&" (or "0$0"), WRONG CASE, replace pattern inserts literally

Calc has no this error, both patterns works as documented.

Tested on OOo-dev 3.2.0 DEV300_m53 Build:9412 on winxp.pro.sp3.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to