mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
563 B
563 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| strings.TrimSpace | Returns the given string, removing leading and trailing whitespace as defined by Unicode. |
|
{{< new-in 0.136.3 />}}
Whitespace characters include \t, \n, \v, \f, \r, and characters in the Unicode Space Separator category.
{{ strings.TrimSpace "\n\r\t foo \n\r\t" }} → foo