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

Python Case Insensitive File Name?

I need to load a file given it's name, but the name I get is case insensitive. 'A.txt' … Read more Python Case Insensitive File Name?

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