SyntaxFix
Write A Post
Hire A Developer
Questions
Converting Jason Coco's answer to Swift for the profoundly lazy :)
if ("Some String" .caseInsensitiveCompare("some string") == .OrderedSame) { // Strings are equal. }