Tag: Character casing
- 
		
		
		Don’t forget about character casing when comparing strings!There are many issues I’ve experienced during the many, many years I’ve worked as a software developer. But one of the most recurring issues is, without a doubt, the mismatching of words due to character casing. There are solutions to the character casing mismatch problem. For example, you can make your strings all lower case…