mirror of https://github.com/gohugoio/hugo
367 B
367 B
title | description | categories | keywords | params | aliases | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.Trim | Returns the given string, removing leading and trailing characters specified in the cutset. |
|
|
{{ trim "++foo--" "+-" }} → foo