Re: Subtraction/Intersection syntax
"Daniel F. Savarese" <[email protected]> Wed, 05 Oct 2005 13:06:47 -0400
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, Just Lurker writes: >The expression in my previous post should read > >^[[:ascii:]&&[^[:cntrl:]\u0020\\<>\"\[\].,;:@]]*$ > >On 10/3/05, Just Lurker <[email protected]> wrote: >> Does ORO support the subtraction/intersection functionality? No, that syntax is not supported. You'll have to specify the ranges explicitly. Alternatively, if you're ambitious, you could add the functionality and submit a patch :) daniel