blob: 681d41f72e2e2d424ab1ecaa3cc1f06004f2399d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: transform.Plainify
description: Returns a string with all HTML tags removed.
categories: []
keywords: []
action:
aliases: [plainify]
related: []
returnType: template.HTML
signatures: [transform.Plainify INPUT]
aliases: [/functions/plainify]
---
```go-html-template
{{ "<b>BatMan</b>" | plainify }} → BatMan
```
|