1--- 2title: string 3# linktitle: string 4description: Creates a string from the argument passed to the function 5date: 2017-02-01 6publishdate: 2017-02-01 7lastmod: 2017-02-01 8categories: [functions] 9menu: 10 docs: 11 parent: "functions" 12keywords: [strings] 13signature: ["string INPUT"] 14workson: [] 15hugoversion: 16relatedfuncs: [] 17deprecated: false 18aliases: [] 19--- 20 21* `{{string "BatMan"}}` → "BatMan" 22