a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 locale.library
  --environment_vars--
  --rexxhost--
  --structures--
  CloseCatalog
  CloseLocale
  ConvToLower
  ConvToUpper
  FormatDate
  FormatString
  GetCatalogStr
  GetLocaleStr
  IsXXXX
  OpenCatalogA
  OpenLocale
  ParseDate
  StrConvert
  StrnCmp
Include
GuruMeditation
Docs » Autodocs » locale.library » IsXXXX

NAME

	IsXXXX -- determine whether a character is of a certain type. (V38)

SYNOPSIS

	state = IsXXXX(locale,character);
D0 A0 D0
BOOL IsXXXX(struct Locale *,ULONG);

FUNCTION

	These functions determine whether the character specified is of a
certain type, according to the supplied locale.
IsAlNum() - test if alphanumeric character
IsAlpha() - test if alphabetical character
IsCntrl() - test if control character
IsDigit() - test if decimal digit character
IsGraph() - test if visible character
IsLower() - test if lower case character
IsPrint() - test if blank
IsPunct() - test if punctuation character
IsSpace() - test if white space character
IsUpper() - test if upper case character
IsXDigit() - test if hexadecimal digit

INPUTS

	locale - the locale to use for the test
character - the character to test

RESULT

	state - TRUE if the character is of the required type, FALSE otherwise

NOTES

	These functions require full 32-bit characters be passed-in in order
to support multi-byte character sets.

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Future Crew

FC
TBL
SPB
AOA

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se