ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:strcapitalize

This is an old revision of the document!


Table of Contents

StrCapitalize

str StrCapitalize(str s)

Description

Returns s with the first character uppercase and the rest lowercase.

Examples

StrCapitalize("hello") -> "Hello"
StrCapitalize("HeLlo") -> "Hello"
functions/strcapitalize.1492271756.txt.gz · Last modified: 2017/04/15 18:55 by korshun