mirror of https://github.com/gohugoio/hugo
485 B
485 B
title | description | categories | keywords | params | aliases | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.TrimSuffix | Returns the given string, removing the suffix from the end of the string. |
|
|
{{ strings.TrimSuffix "a" "aabbaa" }} → aabba
{{ strings.TrimSuffix "aa" "aabbaa" }} → aabb
{{ strings.TrimSuffix "aaa" "aabbaa" }} → aabbaa