Tcl_UniCharIsAlpha


HOME

Tcl_UniCharIsAlpha

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
CHARACTER CLASSES
KEYWORDS

___________________________

NAME

Tcl_UniCharIsAlnum, Tcl_UniCharIsAlpha, Tcl_UniCharIsControl, Tcl_UniCharIsDigit, Tcl_UniCharIsGraph, Tcl_UniCharIsLower, Tcl_UniCharIsPrint, Tcl_UniCharIsPunct, Tcl_UniCharIsSpace, Tcl_UniCharIsUpper, Tcl_UniCharIsWordChar − routines for classification of Tcl_UniChar characters

SYNOPSIS

#include <tcl.h>

int
Tcl_UniCharIsAlnum
(ch)

int
Tcl_UniCharIsAlpha
(ch)

int
Tcl_UniCharIsControl
(ch)

int
Tcl_UniCharIsDigit
(ch)

int
Tcl_UniCharIsGraph
(ch)

int
Tcl_UniCharIsLower
(ch)

int
Tcl_UniCharIsPrint
(ch)

int
Tcl_UniCharIsPunct
(ch)

int
Tcl_UniCharIsSpace
(ch)

int
Tcl_UniCharIsUpper
(ch)

int
Tcl_UniCharIsWordChar
(ch)

ARGUMENTS

int ch (in)

The Tcl_UniChar to be examined.

______________

DESCRIPTION

All of the routines described examine Tcl_UniChars 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.

Note: A Tcl_UniChar is a Unicode character represented as an unsigned, fixed-size quantity.

CHARACTER CLASSES

Tcl_UniCharIsAlnum tests if the character is an alphanumeric Unicode character.

Tcl_UniCharIsAlpha tests if the character is an alphabetic Unicode character.

Tcl_UniCharIsControl tests if the character is a Unicode control character.

Tcl_UniCharIsDigit tests if the character is a numeric Unicode character.

Tcl_UniCharIsGraph tests if the character is any Unicode print character except space.

Tcl_UniCharIsLower tests if the character is a lowercase Unicode character.

Tcl_UniCharIsPrint tests if the character is a Unicode print character.

Tcl_UniCharIsPunct tests if the character is a Unicode punctuation character.

Tcl_UniCharIsSpace tests if the character is a whitespace Unicode character.

Tcl_UniCharIsUpper tests if the character is an uppercase Unicode character.

Tcl_UniCharIsWordChar tests if the character is alphanumeric or a connector punctuation mark.

KEYWORDS

unicode, classification



More Linux Commands

manpages/stdbuf.1.html
stdbuf(1) - Run COMMAND, with modified buffering operations
Run COMMAND, with modified buffering operations for its standard streams. Mandatory arguments to long options are mandatory for short options too. -i, --input=M

manpages/glNormal3iv.3gl.html
glNormal3iv(3gl) - set the current normal vector (Man Page)
The current normal is set to the given coordinates whenever glNormal is issued. Byte, short, or integer arguments are converted to floating-point with a linear

manpages/less.3pm.html
less(3pm) - perl pragma to request less of something........
This is a user-pragma. If youre very lucky some code youre using will know that you asked for less CPU usage or ram or fat or... we just cant know. Consult your

manpages/wcsdup.3.html
wcsdup(3) - duplicate a wide-character string (Man Page)....
The wcsdup() function is the wide-character equivalent of the strdup(3) function. It allocates and returns a new wide-character string whose initial contents is

manpages/rpmdb.8.html
rpmdb(8) - RPM Database Tool (Admin - Linux man page).......
The general form of an rpm rebuild database command is rpm {--initdb|--rebuilddb} [-v] [--dbpath DIRECTORY] [--root DIRECTORY] Use --initdb to create a new data

manpages/mvinnstr.3ncurses.html
mvinnstr(3ncurses) - get a string of characters from a curse
These routines return a string of characters in str, extracted starting at the current cursor position in the named window. Attributes are stripped from the cha

manpages/logf.3.html
logf(3) - natural logarithmic function - Linux manual page
The log() function returns the natural logarithm of x. RETURN VALUE On success, these functions return the natural logarithm of x. If x is a NaN, a NaN is retur

manpages/hugin_hdrmerge.1.html
hugin_hdrmerge(1) - Merge overlapping images (Man Page).....
TODO. OPTIONS -o prefix Output file -m mode Merge mode, can be one of: avg, avg_slow, khan (default), if avg, no -i, -s, or -d options apply -i iter Number of i

manpages/mplex.1.html
mplex(1) - MPEG 1/2 program/system stream multiplexer.......
Mplex is a general-purpose audio/video multiplexer for MPEG-1/MPEG-2. It accepts one or more MPEG-1/2 video stream, MPEG layer I/II/III, DTS, AC3 and LPCM audio

manpages/nearbyintf.3.html
nearbyintf(3) - round to nearest integer - Linux man page...
The nearbyint(), nearbyintf(), and nearbyintl() functions round their argument to an integer value in floating-point format, using the current rounding directio

manpages/wpa_supplicant.8.html
wpa_supplicant(8) - Wi-Fi Protected Access client and IEEE 8
Wireless networks do not require physical access to the network equipment in the same way as wired networks. This makes it easier for unauthorized users to pass

manpages/Tk_NameOfJoinStyle.3.html
Tk_NameOfJoinStyle(3) - translate between strings and join s
Tk_GetJoinStyle places in *joinPtr the X join style corresponding to string, which will be one of JoinBevel, JoinMiter, or JoinRound. Join styles are typically





We can't live, work or learn in freedom unless the software we use is free.