strings.HasSuffix
Reports whether the given string ends with the given suffix.
Syntax
strings.HasSuffix STRING SUFFIX
Returns
bool
Alias
hasSuffix
{{ hasSuffix "Hugo" "go" }} → true
Last updated:
January 26, 2024
:
Squashed 'docs/' changes from 4dd2d6415..3b1a8579d (7125ad401)
Improve this page