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.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/content/en/functions/lower.md b/docs/content/en/functions/lower.md
index 3fbfc919b..9accf999e 100644
--- a/docs/content/en/functions/lower.md
+++ b/docs/content/en/functions/lower.md
@@ -1,23 +1,15 @@
---
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"
+ parent: functions
keywords: [strings,casing]
signature:
- "lower INPUT"
- "strings.ToLower INPUT"
-workson: []
-hugoversion:
relatedfuncs: []
-deprecated: false
-aliases: []
---