ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:strtolower

StrToLower

str StrToLower(str s)

Description

Returns s with all characters converted to lowercase using tolower.

Non-ASCII characters are not changed.

Examples

StrToLower("Hello There!") -> "hello there!"

See also

functions/strtolower.txt · Last modified: 2017/04/15 17:37 by korshun