mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
382 B
382 B
title, linktitle, description, godocref, date, publishdate, lastmod, categories, tags, signature, workson, hugoversion, relatedfuncs, deprecated
| title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | signature | workson | hugoversion | relatedfuncs | deprecated | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trim | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
false |
Trim returns a slice of the string with all leading and trailing characters contained in cutset removed.
{{ trim "++Batman--" "+-" }} → "Batman"