shithub: hugo

ref: 6dbde8d731f221b027c0c60b772ba82dad759943
dir: /content/functions/title.md/

View raw version
---
title: title
# linktitle:
description: Converts all characters in the provided string to title case.
godocref:
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [functions,fundamentals]
menu:
  docs:
    parent: "functions"
#tags: [strings]
signature: ["title INPUT"]
workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
---


```
{{title "BatMan"}}` → "Batman"
```