ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:strtolower

Table of Contents

StrToLower

str StrToLower(str s)

Description

Returns s with all characters converted to lowercase using tolower.

Only ASCII characters are supported.

Examples

StrToLower("Hello There") -> "hello there"
functions/strtolower.1489950138.txt.gz · Last modified: 2017/03/19 21:02 by korshun