{"id":7400,"date":"2022-12-20T19:37:56","date_gmt":"2022-12-20T22:37:56","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/tcl_unicharisalpha-man3-7\/"},"modified":"2022-12-20T19:37:56","modified_gmt":"2022-12-20T22:37:56","slug":"tcl_unicharisalpha-man3-7","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/tcl_unicharisalpha-man3-7\/","title":{"rendered":"Tcl_UniCharIsAlpha (man3)"},"content":{"rendered":"<h1 align=\"center\">Tcl_UniCharIsAlpha<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#ARGUMENTS\">ARGUMENTS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#CHARACTER CLASSES\">CHARACTER CLASSES<\/a><br \/> <a href=\"#KEYWORDS\">KEYWORDS<\/a> <\/p>\n<hr>\n<p>______________________________________________________________________________<\/p>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Tcl_UniCharIsAlnum, Tcl_UniCharIsAlpha, Tcl_UniCharIsControl, Tcl_UniCharIsDigit, Tcl_UniCharIsGraph, Tcl_UniCharIsLower, Tcl_UniCharIsPrint, Tcl_UniCharIsPunct, Tcl_UniCharIsSpace, Tcl_UniCharIsUpper, Tcl_UniCharIsWordChar \u2212 routines for classification of Tcl_UniChar characters<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>#include <tcl.h><\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsAlnum<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsAlpha<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsControl<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsDigit<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsGraph<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsLower<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsPrint<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsPunct<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsSpace<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsUpper<\/b>(<i>ch<\/i>)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <b><br \/> Tcl_UniCharIsWordChar<\/b>(<i>ch<\/i>)<\/p>\n<h2>ARGUMENTS <a name=\"ARGUMENTS\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"17%\">\n<p style=\"margin-top: 1em\">int <i>ch<\/i> (in)<\/p>\n<\/td>\n<td width=\"15%\"><\/td>\n<td width=\"48%\">\n<p style=\"margin-top: 1em\">The Tcl_UniChar to be examined.<\/p>\n<\/td>\n<td width=\"9%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:43%;\">______________________________________________________________________________<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">All of the routines described examine Unicode characters and return a boolean value. A non-zero return value means that the character does belong to the character class associated with the called routine. The rest of this document just describes the character classes associated with the various routines.<\/p>\n<h2>CHARACTER CLASSES <a name=\"CHARACTER CLASSES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsAlnum<\/b> tests if the character is an alphanumeric Unicode character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsAlpha<\/b> tests if the character is an alphabetic Unicode character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsControl<\/b> tests if the character is a Unicode control character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsDigit<\/b> tests if the character is a numeric Unicode character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsGraph<\/b> tests if the character is any Unicode print character except space.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsLower<\/b> tests if the character is a lowercase Unicode character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsPrint<\/b> tests if the character is a Unicode print character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsPunct<\/b> tests if the character is a Unicode punctuation character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsSpace<\/b> tests if the character is a whitespace Unicode character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsUpper<\/b> tests if the character is an uppercase Unicode character.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Tcl_UniCharIsWordChar<\/b> tests if the character is alphanumeric or a connector punctuation mark.<\/p>\n<h2>KEYWORDS <a name=\"KEYWORDS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">unicode, classification<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  Tcl_UniCharIsAlnum, Tcl_UniCharIsAlpha, Tcl_UniCharIsControl, Tcl_UniCharIsDigit, Tcl_UniCharIsGraph, Tcl_UniCharIsLower, Tcl_UniCharIsPrint, Tcl_UniCharIsPunct, Tcl_UniCharIsSpace, Tcl_UniCharIsUpper, Tcl_UniCharIsWordChar \u2212 routines for classification of Tcl_UniChar characters <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2536],"tags":[2538,3007,3713],"class_list":["post-7400","post","type-post","status-publish","format-standard","hentry","category-3-llamadas-de-bibliotecas","tag-2538","tag-man3","tag-tcl_unicharislower"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/7400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=7400"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/7400\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=7400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=7400"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=7400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}