mirror of https://github.com/gohugoio/hugo
17 lines
340 B
Markdown
17 lines
340 B
Markdown
---
|
|
title: strings.ToLower
|
|
description: Returns the given string, converting all characters to lowercase.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: [lower]
|
|
returnType: string
|
|
signatures: [strings.ToLower INPUT]
|
|
aliases: [/functions/lower]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ lower "BatMan" }} → batman
|
|
```
|