summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/lower.md
blob: 0e8ba6c6da8824ee288ef9670faeebc1c937fcbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: lower
linktitle: lower
description: Converts all characters in the provided string to lowercase.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [functions]
menu:
  docs:
    parent: "functions"
keywords: [strings,casing]
signature: ["lower INPUT"]
workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
---

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