Andrew Douglas Pitonyak wrote:

> What else can I say besides "Does [:space:] work with regular
> expressions?"
> 
> I can use regular expressions, but I can not make it find a space using
> this syntax, which is documented. I also tested [:digit:], which does
> not work for me. [0-9] works just fine, however. In other words, I can
> use some regular expressions, just not all. I see no issues for this.
> Depending on the answer, I will open an issue.
> 
> I am using 2.02 on Linux. I investigated this based on a question here:
> http://www.oooforum.org/forum/viewtopic.phtml?p=154379#154379
> 
I also could not find a space with [:space:], so it might be a good idea to
write an issue.

But what may help:
I can find spaces with the hexadecimal code:
\x0020

But there exist different spaces:
http://www.ooowiki.de/LeerZeichen

greetings,


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

Reply via email to