mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-01 16:10:07 +03:00
16 lines
340 B
Markdown
16 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
|
|
```
|