1MAIL::UPPER(3x) Miscellaneous functions MAIL::UPPER(3x)
23
4
NAME
6mail::upper - Convert text string to uppercase
7
SYNOPSIS
9#include <libmail/mail.H>
1011
12
13
mail::upper (std::string &word);
14
USAGE
16This function replaces lowercase ISO-8859-1 characters in word with
17their uppercase equivalents.
18
RETURN CODES
20Lowercase ISO-8859-1 text in word is converted to uppercase.
2122
23
24
10 April 2006 MAIL::UPPER(3x)