how to remove the spaces in string in swift code example Example: swift remove space from string let freedSpaceString = str.filter {!$0.isWhitespace}