html-strip-tags-go:将htmltemplate中的stripTags导出为strip.StripTags

时间:2024-05-27 05:12:18
【文件属性】:

文件名称:html-strip-tags-go:将htmltemplate中的stripTags导出为strip.StripTags

文件大小:38KB

文件格式:ZIP

更新时间:2024-05-27 05:12:18

html golang utilities Go

GoHTML StripTag 这是一个Go包,其中包含html/template/html.go未导出的stripTags函数的提取版本。 :warning: 该软件包不能防止不受信任的输入。 如果您有不受信任的数据,请使用 :warning: 背景 html/template/html.go的stripTags函数非常有用,但是不会导出。 请求没有成功。 此软件包是本完成的工作的回购。 安装 $ go get github.com/grokify/html-strip-tags-go 用法 import ( "github.com/grokify/html-strip-tags-go" // => strip ) func main () { original := "

Hello World

" stripped := strip . StripTags ( o


【文件预览】:
html-strip-tags-go-master
----go.mod(54B)
----.codeclimate.yml(124B)
----LICENSE(1KB)
----strip_test.go(755B)
----.github()
--------workflows()
----README.md(2KB)
----strip.go(111KB)
----PATENTS(1KB)

网友评论