letfirst=postalText.text?[(postalText.text?.startIndex)!]letsecond=postalText.text?[(postalText.text?.index((postalText.text?.startIndex)!,offsetBy:1))!]letthird=postalText.text?[(postalText.text?.index((postalText.text?.startIndex)!,offsetBy:2))!]我正在尝试将第一个和第三个字符大写,然后将所有3个字符合并为一个新字符串但.uppercase和