func replacingOccurrences (of: String, with: String, options: NSString.CompareOptions, range: NSRange) -> String
Returns a new string in which all occurrences of a target string in a specified range of the receiver are replaced by another given string.
新しい文字列を返します、そこにおいてレシーバの指定された範囲の中の目標文字列のすべての出現は、別の指定された文字列によって置き換えられます。
func replacingCharacters (in: NSRange, with: String) -> String
Returns a new string in which the characters in a specified range of the receiver are replaced by a given string.
新しい文字列を返します、そこにおいてレシーバの指定された範囲の中の文字は与えられた文字列によって置き換えられます。