isPunctuation

Returns whether c is a Unicode punctuation $(CHARACTER) (general Unicode category: Pd, Ps, Pe, Pc, Po, Pi, Pf).

version(!std_uni_bootstrap)
@safe pure nothrow @nogc
bool
isPunctuation
(
dchar c
)

Meta