hugo/docs/content/en/functions/strings/ToLower.md
2023-12-04 15:24:01 +01:00

417 B

title description categories keywords action aliases
strings.ToLower Returns the given string, converting all characters to lowercase.
aliases related returnType signatures
lower
functions/strings/FirstUpper
functions/strings/Title
functions/strings/ToUpper
string
strings.ToLower INPUT
/functions/lower
{{ lower "BatMan" }} → batman