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

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

Need Python To Accept Upper And Lower Case Input

I want my Python code to accept both uppercase and lowercase input. I've tried casefold, but wi… Read more Need Python To Accept Upper And Lower Case Input

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