julesfern / spahql

A query language for Javascript data. Extracted from Spah.
MIT License
325 stars 20 forks source link

Case insensitive comparison #16

Open dubiousdavid opened 11 years ago

dubiousdavid commented 11 years ago

It would be nice to compare strings in a case insensitive way. This could be done through a different operator or by allowing regex flags for '=~'. Let me know your thoughts.

David

julesfern commented 11 years ago

Hey David,

Just to let you know I've seen all your tickets and am waiting for a little bit of free time to review and discuss - I really appreciate the thought and time you've put in to making your proposals clear and on first glance I'm on board with most of them.

I'll do my best to get to these asap!

Dan

On 25 January 2013 20:09, David Sargeant notifications@github.com wrote:

It would be nice to compare strings in a case insensitive way. This could be done through a different operator or by allowing regex flags for '=~'. Let me know your thoughts.

David

— Reply to this email directly or view it on GitHubhttps://github.com/danski/spahql/issues/16.