Skip to content Skip to sidebar Skip to footer
Showing posts with the label Case Insensitive

Matching Against A Large Number Of Strings Containing Spaces In Pyparsing

With pyparsing I need to write a matcher for expressions like a + names + c with a = pp.OneOrMor… Read more Matching Against A Large Number Of Strings Containing Spaces In Pyparsing

Querying Mongodb (via Pymongo) In Case Insensitive Efficiently

I'm currently creating a website in python (pyramid) which requires users to sign up and log in… Read more Querying Mongodb (via Pymongo) In Case Insensitive Efficiently