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





------- Additional comments from l...@openoffice.org Mon Dec 14 16:42:12 +0000 
2009 -------
This is bug report. So I give simple sample of bugs. 

You can try another sample:
I'd like convert some variable name to readable form:

"VarNameA" -> "Var Name A"

Using regular expression it is simple task: "s/([A-Z])/ $1/g"

But using regular expression in Calc:
find: "([A-Z])"
replace " $1"

I got: " V              "   (many spaces)

Do you really mean, that this is OK?


---------------------------------------------------------------------
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to