Re: EOQualifier bad pattern for qualifier
Re: EOQualifier bad pattern for qualifier
- Subject: Re: EOQualifier bad pattern for qualifier
- From: Lachlan Deck <email@hidden>
- Date: Sat, 5 Apr 2008 02:45:05 +1100
On 05/04/2008, at 1:52 AM, Francis Labrie wrote:
Mike Schrag wrote:
I believe it's backslash escaped ...
Unfortunately it's not the case, I've already tried it. :-(
On Apr 4, 2008, at 10:00 AM, Francis Labrie wrote:
By the way, is there a way to escape "*" and "?" (and now ".[]"
ones as I can see) characters with like operators to make EOF
search specifically for these characters? For example, in
"sentence like '*\?'", if "\" was used to escape the question mark
character, the qualifier would search for interrogative sentences.
Try:
"sentence like '*\\?'"
Escaping in Java usually requires a double backslash...
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden