hugo/docs/content/en/functions/hasSuffix.md
Jonathan Fisher d171d1543d tpl: Add hasSuffix alias
strings.HasPrefix already has an alias of hasPrefix
but strings.HasSuffix has no such alias.
This PR adds a hasSuffix alias to the tpl function with corresponding
function documentation.
It also adds a Minor update to the hasPrefix function documentation
re: keywords and relatedfuncs.

 Completes https://github.com/gohugoio/hugo/issues/10474
2023-03-08 10:18:34 +01:00

398 B

title linktitle description date publishdate lastmod categories menu docs parent keywords signature workson hugoversion relatedfuncs deprecated aliases
hassuffix hasSuffix Tests whether a string ends with suffix. 2023-03-01 2023-03-01 2023-03-01
functions
functions
strings
hasSuffix STRING SUFFIX
hasPrefix
false
  • {{ hasSuffix "Hugo" "go" }} → true