Instance Method インスタンスメソッド

applyingTransform(_:reverse:)

Returns a new string by applying a specified transform to the string. ある指定された変形を文字列に適用することによって新しい文字列を返します。

Declaration 宣言

func applyingTransform(_ transform: StringTransform, 
               reverse: Bool) -> String?

Discussion 議論

You can use this method to, for example, transliterate text from one script to another, strip diacritics or combining marks, and get the unicode names of characters. あなたはこのメソッドを使って、例えば、テキストをある書体から別のものへと翻字する、区別的発音符または結合記号を剥ぎ取る、そして文字のユニコード名を取得することができます。

.

See Also 参照

Transforming Strings 文字列を変形する

Related Documentation 関連文書