Removing Case Sensitivity in Python?
Go to solution
Solved by 79wjd,
8 minutes ago, Red Saum said:Okay. Is there not a way to make the whole "concept" of cases disappear from the program, rather than make it just "not matter"? Maybe I'm just playing around something that doesn't exist...
You could overload the equality operator within a class so that you could just do if(string1 == string2), but in the overload you'd have to do something like string.uppercase().

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now