Files
hugoDocs/content/functions/string.md
T
Bjørn Erik Pedersen 4e0bca2b1e Remove the needsexamples construct
We need to rework the whole template func docs and, while a good idea, this does not fit into that.
2017-07-16 15:13:35 +02:00

26 lines
471 B
Markdown

---
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"
#tags: [strings]
signature: ["string INPUT"]
workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
---
`string` creates a string from the argument passed to the function.
* `{{string "BatMan"}}` → "BatMan"