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 16:19:22 -0800 
2006 -------
Some comments from me...

> Besides adding the ability to use \1, \2 a.s.o. in the replace string, I also
> removed the special meaning of & (in text replace, not in attribute or format
> replace) since this is non standard and unexpected 

No, this is a standard. e.g. sed and a couple of other utilities use it.
Furthermore: Having it work in one situation and not in another is a nightmare
both documentation wise as regarding to usability.

I'd suggest to keep it since it has been there for ages (has been there long
before OOo was born)

As mentioned in another comment \0 could be "match all groups"

> (although documented behaviour). Instead \0 now does the same trick and is 
> more straightforward.

I'd call that more ecotic and far from being straightforward.

> Also something like '\\\t' now works as I'd expect:

Insert a backslash followed by a tabulator?

> '\'0x09. Formerly it resulted in the string '\\t'.

I guess you just misplaced the quote.

Is it possible to add the other escape-sequences as well? (like for newline (as
opposed to paragraph-break that unfortunately already is \n in the replace-box)

glebovitz wrote:
> Does the current RE library in OO support posix extensions such as [:space:]
> etc? I think that would be more important than '/s'.

Sure. Just have a look at the help for regular-expression search.

---------------------------------------------------------------------
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