hugo/docs/content/en/functions/plainify.md
2023-05-22 16:47:07 +02:00

20 lines
432 B
Markdown

---
title: plainify
description: Strips any HTML and returns the plain text version of the provided string.
categories: [functions]
menu:
docs:
parent: functions
keywords: [strings]
signature: ["plainify INPUT"]
relatedfuncs: [jsonify]
---
```go-html-template
{{ "<b>BatMan</b>" | plainify }} → "BatMan"
```
See also the `.PlainWords`, `.Plain`, and `.RawContent` [page variables][pagevars].
[pagevars]: /variables/page/