Stop Using .lowercased() to Compare Strings in Swift
When developing in Swift, a common task you may come across is comparing strings. However, did you know that using the .lowercased() method might not be the best way to do it?
Let's take a look at an example where we compare two strings using .lowerc...
huypham85.hashnode.dev2 min read