Skip to main content

Module wctype

Module wctype 

Source
Expand description

Constants§

WCTYPE_ALNUM
WCTYPE_ALPHA
WCTYPE_BLANK
WCTYPE_CNTRL
WCTYPE_DIGIT
WCTYPE_GRAPH
WCTYPE_LOWER
WCTYPE_PRINT
WCTYPE_PUNCT
WCTYPE_SPACE
WCTYPE_UPPER
WCTYPE_XDIGIT
WEOF

Functions§

iswalnum
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswalnum.html.
iswalpha
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswalpha.html.
iswblank
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswblank.html.
iswcntrl
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswcntrl.html.
iswctype
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswctype.html.
iswdigit
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswdigit.html.
iswgraph
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswgraph.html.
iswlower
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswlower.html.
iswprint
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswprint.html.
iswpunct
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswpunct.html.
iswspace
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswspace.html.
iswupper
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswupper.html.
iswxdigit
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswxdigit.html.
towctrans
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/towctrans.html.
towlower
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/towlower.html.
towupper
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/towupper.html.
wctrans
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wctrans.html.
wctype
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wctype.html.

Type Aliases§

wctrans_t
wctype_t