On Sat, 08 Oct 2005 12:37:00 -0400, G. Roderick Singleton wrote: > On Sat, 2005-10-08 at 10:15 -0600, Jim Wagner wrote: >> [45 quoted lines suppressed] > > Did I say 1.1.5 failed? I was wrong. You just have to use the class > correctly as in [:space:]? note the ?. Can't get it to work in 2.0rc1 > so have created http://www.openoffice.org/issues/show_bug.cgi?id=55658 > Looks like a regrssion to me.
Rod, indeed this does work, but why would the "?" be needed? Here's the blurb on it: ? Finds zero or one of the characters in front of the "?". For example, "Texts?" finds "Text" and "Texts" and "x(ab|c)?y" finds "xy", "xaby", or "xcy". It seems to me, then, that we're now searching for 0 or 1 instance of [:space:], when we really want to find only 1 instance. Not following the logic here. p. -- Using OOo 2.0 rc1 on Win XP sp2. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
