ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:strtolower

This is an old revision of the document!


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") -> "hello"
functions/strtolower.1489950127.txt.gz · Last modified: 2017/03/19 21:02 by korshun