In swift, we can compare two strings or two characters using 'equal to ' and 'not equal to' operators. Learn how to check if two strings or characters are equal in swift.
ReadSwift program to check if a string is starting with different sub-string or ends with a different substring. Learn how to do Prefix and Postfix checking in swift with example.
Read