mail::upper.3x

Langue: en

Version: 05/24/2008 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

mail::upper - Convert text string to uppercase

SYNOPSIS

       
 
 
 #include <libmail/mail.H>
 
 
mail::upper(std::string &word);

USAGE

This function replaces lowercase ISO-8859-1 characters in word with their uppercase equivalents.

RETURN CODES

Lowercase ISO-8859-1 text in word is converted to uppercase.