it looks like underlying pattern scanner supports escaping, but it doesn't 
expose that state to the pattern matcher, so an escaped * appears to just be 
another * in the pattern ..... i'm not sure you can actually do this match 
without an _NSStringUtilities fix.

ms

On Nov 9, 2010, at 9:48 AM, Farrukh Ijaz wrote:

> Try using "*[*]*" and see it works?
> 
> Farrukh
> 
> Sent from my iPhone
> 
> On 2010-11-09, at 5:34 PM, ISHIMOTO Ken <k...@ksroom.com> wrote:
> 
>> Hi everyone,
>> 
>> I am fighting with a Qualifier and my Question is "Is there any way for 
>> query all Data with an "*" in."
>> 
>> DataSample :
>> 
>> Mike
>> Chuck
>> Dav*id
>> Ken
>> 
>> Like code bellow but the "*" is a Wildcard and won't work. 
>> 
>> EOQualifier qualifier = M_User.NAME.contains("*");
>> 
>> I would love to find any Record with "*".
>> 
>> 
>> Is there any trick or command to get all Objects with an "*" ?
>> 
>> 
>> Thank you
>> 
>> --------------------------------------------------------
>> K's ROOM      (ISHIMOTO Ken)
>> --------------------------------------------------------
>> [E-Mail]  <k...@ksroom.com>
>> [iChat:]   <ibase_...@mac.com>
>> [HP]          http://www.ksroom.com/
>> _____________________________________________________________________
>> This e-mail has not been scanned for viruses because it was written on an 
>> Mac,
>> and there are NO Viruses on an Apple Computer.
>> For further information visit http://www.apple.com
>> 
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
>> 
>> This email sent to farrukh.i...@fuegodigitalmedia.com
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
> 
> This email sent to msch...@pobox.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to