func replacingOccurrences (of: String, with: String) -> String
Returns a new string in which all occurrences of a target string in the receiver are replaced by another given string.
ある新しい文字列を返します、それにおいてはレシーバにおけるある目標文字列の全ての発生が別の与えられた文字列よって置き換えられます。
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.
新しい文字列を返します、そこにおいてレシーバの指定された範囲の中の目標文字列のすべての出現は、別の指定された文字列によって置き換えられます。