summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/lower.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/lower.md')
-rw-r--r--docs/content/en/functions/lower.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/content/en/functions/lower.md b/docs/content/en/functions/lower.md
new file mode 100644
index 000000000..a42081b68
--- /dev/null
+++ b/docs/content/en/functions/lower.md
@@ -0,0 +1,24 @@
+---
+title: lower
+linktitle: lower
+description: Converts all characters in the provided string to lowercase.
+godocref:
+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"
+```