Python sqlite and regex.

Paul McGuire ptmcg at austin.rr._bogus_.com
Fri May 19 13:47:37 EDT 2006


"Paul McGuire" <ptmcg at austin.rr._bogus_.com> wrote in message
news:hunbg.46845$CH2.29994 at tornado.texas.rr.com...

> where '*' matches one or more characters, and '?' matches any single

oops, I meant '*' matches zero or more characters.

In many applications, these tests are sufficient for most user queries.  And
this eliminates the problem of teaching application users how to create
queries using the full regular expression syntax.

-- Paul






More information about the Python-list mailing list