Index
Strings

ToLower

ToLower(<-string) ->string

Description

Converts a string to lowercase.

Examples

Trace( ToLower("CRACKER"))

Index