summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/string.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/string.md')
-rw-r--r--docs/content/en/functions/string.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/content/en/functions/string.md b/docs/content/en/functions/string.md
new file mode 100644
index 000000000..d1e1962de
--- /dev/null
+++ b/docs/content/en/functions/string.md
@@ -0,0 +1,23 @@
+---
+title: string
+# linktitle: string
+description: Creates a string from the argument passed to the function
+godocref:
+date: 2017-02-01
+publishdate: 2017-02-01
+lastmod: 2017-02-01
+categories: [functions]
+menu:
+ docs:
+ parent: "functions"
+keywords: [strings]
+signature: ["string INPUT"]
+workson: []
+hugoversion:
+relatedfuncs: []
+deprecated: false
+aliases: []
+---
+
+* `{{string "BatMan"}}` → "BatMan"
+