Instance Property インスタンスプロパティ

isPunctuation

A Boolean value indicating whether this character represents punctuation. この文字が句読点を表すかどうかを指し示すブール値。

Declaration 宣言

var isPunctuation: Bool { get }

Discussion 解説

For example, the following characters all represent punctuation: 例えば、以下の表意文字は全て句読点を表します:

  • “!” (U+0021 EXCLAMATION MARK)

  • “؟” (U+061F ARABIC QUESTION MARK)

  • “…” (U+2026 HORIZONTAL ELLIPSIS)

  • “—” (U+2014 EM DASH)

  • ““” (U+201C LEFT DOUBLE QUOTATION MARK)

See Also 参照

Inspecting a Character 表意文字を調べる