publiclib(3)
NAME
publiclib − public domain packages written in Ada
DESCRIPTION
publiclib contains the packages CHARACTER_TYPE and VSTRINGS.
NOTE: These packages are neither supported nor warranted by Apollo Computer, Inc.
CHARACTER_TYPE provides the following character handling functions.
ISLAPHA
ISUPPER
ISLOWER
ISDIGIT
ISXDIGIT
ISALNUM
ISSPACE
ISPUNCT
ISPRINT
ISCNTRL
ISASCII
TOUPPER
TOLOWER
TOASCII
VSTRINGS provides string replacement, searching, concatenation, and other string functions with a simple syntax and the ability to transfer data between its own data representation and the predefined Ada type STRING.
TYPES AND FUNCTIONS
subtype ASCII_INTEGER in TOASCII function
FILES
VADS_location/publiclib/*
SEE ALSO
examples, standard, verdixlib