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

A Case Insensitive String Class In Python

I need to perform case insensitive string comparisons in python in sets and dictionary keys. Now, t… Read more A Case Insensitive String Class In Python

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

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?