2017-02-26 19:27:05 -06:00

424 B

title linktitle description godocref date publishdate lastmod categories tags 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
false

lower converts all characters in the provided string to lowercase.

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