2017-03-27 16:32:31 -05:00

444 B

title linktitle description godocref date publishdate lastmod categories tags ns signature workson hugoversion relatedfuncs deprecated aliases
lower lower Converts all characters in the provided string to lowercase. 2017-02-01 2017-02-01 2017-02-01
functions
strings
casing
lower INPUT
false

lower converts all characters in the provided string to lowercase.

{{lower "BatMan"}} → "batman"