Skip to content

@str.lower

Convert a string to lowercase.

Returns: string

@str.lower(s)
Name Type Description
s string Source string
# Lowercase a string
set $s @str.lower("Hello World")