On 2009-09-09 16:37 PM, Randy Syring wrote:
I am looking for a string parser that works kind of like Google's or
Gmail's advanced search capabilities. So it would turn something like this:
(subject:"hi there" from:[tim, tom, -fred]) or (subject:foobar from:sam)
into a python structure that
> I am looking for a string parser that works kind of like Google's or
> Gmail's advanced search capabilities. So it would turn something like this:
>
> (subject:"hi there" from:[tim, tom, -fred]) or (subject:foobar from:sam)
>
> into a python structure that could be used. I don't really care
I am looking for a string parser that works kind of like Google's or
Gmail's advanced search capabilities. So it would turn something like this:
(subject:"hi there" from:[tim, tom, -fred]) or (subject:foobar from:sam)
into a python structure that could be used. I don't really care so much