A
/ \ _ Play Now Nemesis on
| | | | _______ _ _ _______ _______ _ _______
| |\ | | | ____| | \ / | | ____| / ____| | | / ____|
/-------/-------------------------------------------------------------------,
O= Home <=XX| About News Pics Adventurers Wizards Download Connect >
\-------\-------------------------------------------------------------------'
| | \ | | |____ | | | | | |____ ___ \ \ | | ___ \ \
| | \_| |_______| |_| |_| |_______| |_______/ |_| |_______/
\ /
V
Documentation Area
Document Path: /doc/efun/capitalize
Name: capitalize - capitalize a string
Syntax:
string capitalize(string str)
Description:
The capitalize efun converts the first character in "str" to upper
case.
Return value: the capitalized string
Examples:
string name;
name=this_player()->query_real_name();
write(capitalize(name)+" looks silly.\n");
See also:
This page was generated in LPC
Imprint / Impressum