Jim Wagner wrote:
> Thanks very much.  I had never been able to make the [[:space:]] thing
> work.  Now, having just tried it, I find that what I should be using is
> [ ], with nothing but a space between the brackets.
> 
> It's the wording of the Regular Expressions list that's misleading for
> people with literal minds like mine.  What could they do to remedy the
> situation, other than give a full explanation as you've just done?

If you need both space and tab character than use this regexp
[ \t]*
this should work (tested now in OOWriter). Or do you need this?
[ \t]{2,}

However, these are just workarounds -- apparently OOo RE implementation
doesn't support any [:.*:] markers (tested with OOo 2.0 here on
Debian/testing). Did you try to search on issuezilla, whether there is an
issue about this (if not, go and file it)? Developers may publish some
workaround for this.

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej/blog/
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 
There are lies, damned lies, and quotes from literary icons.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to