An issue already exists for this... :-)
Donald H Locker wrote:
I just tested in 2.0.2 and it is definitely broken. [:space:] does
not match anything by itself, whereas it should match the character
class of whitespaces, as I read it should in the helpfile, and as such
a construct would behave in other RE engines. Ditto [:digit:], which
doesn't match anything, while it should match [0-9] by my reading.
kevin johnston wrote:
In a Regular Expression search, if [:space:] and [:digit:] only work
with + or * or {}, it's a bug.
[:space:] by itself, all alone, should recognize exactly one "white"
character.
[snip]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info: http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]