Update multilingual page

This commit is contained in:
Ryan Watters
2017-02-26 19:27:05 -06:00
parent 495d88ef9b
commit 6cf783469e
74 changed files with 985 additions and 462 deletions
+5 -7
View File
@@ -1,24 +1,22 @@
---
title: string
linktitle:
description:
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]
tags: [strings]
draft: false
aliases: []
toc:
signature:
workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
---
## Example
`string` creates a string from the argument passed to the function.
## Advanced Example
* `{{string "BatMan"}}` → "BatMan"