Re: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Josh McDonald
" > > > On Fri, Nov 7, 2008 at 8:32 AM, Ryan Graham <[EMAIL PROTECTED]>wrote: > >> Ah, like a true lambda expression -- good tip! >> >> -- >> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On >> Behalf Of *Tracy Spratt

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
D] On Behalf Of Josh McDonald Sent: Thursday, November 06, 2008 3:46 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] E4X equivalent to SQL where 'like %' expression ? It's a great syntax. The real question now becomes: "When are we going to get to run .() on Array,

Re: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Josh McDonald
- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Tracy Spratt > *Sent:* Thursday, November 06, 2008 3:46 PM > > *To:* flexcoders@yahoogroups.com > *Subject:* RE: [flexcoders] E4X equivalent to SQL where 'like %' > expr

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
; //contains behavior HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Graham Sent: Thursday, November 06, 2008 3:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ? The

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Tracy Spratt
behavior HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Graham Sent: Thursday, November 06, 2008 3:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ? The

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
lto:[EMAIL PROTECTED] On Behalf Of Ryan Graham Sent: Thursday, November 06, 2008 3:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ? The child nodes can be accessed like properties. For a starts-with effect, you would

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
The child nodes can be accessed like properties. For a starts-with effect, you would use a similar expression that compares the what you want to search for with the equivalent substring of the name nodes in that list. You can get more complex and robust searches using string functions like toLower