To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=15666
------- Additional comments from [EMAIL PROTECTED] Tue Feb 14 11:42:25 -0800 2006 ------- I thought '&' means the entire match. For example, Text: This is a search in the Open Office suite. Search: Op(.*)ice Doing a replace with '\1' (or '\0') would return "en Off" (which would become "...in the en Off suite." while '&' would return "Open Office" (which would then become "...in the Open Office suite."). Without '&' the search would need to be "(Op)(.*)(ice)" instead. Say you wanted to bold all instances of "Open Office" in HTML; you could just search for "open office" (case insensitive) and replace with "<b>&</b>" and not change the case everywhere. --------------------------------------------------------------------- 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]
