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





------- Additional comments from [EMAIL PROTECTED] Thu Feb 10 00:03:07 -0800 
2005 -------
It's not bug in help. It's bug in regexp engine. Tab is space char class
[:space:] in every regexp  implementation what I know. I guess why regexps in
OOo not same as standart as POSIX.2 or other de facto standart gnu grep, gnu
sed, perl?

$ grep '^[[:space:]]' <(printf "\twith tab\n with space\nwithout space")
        with tab
 with space
$ grep -v '^[[:space:]]' <(printf "\twith tab\n with space\nwithout space")
without space

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