1
0
Fork 0
hugo/docs/content/en/functions/strings/HasSuffix.md

387 B

title description categories keywords params aliases
strings.HasSuffix Reports whether the given string ends with the given suffix.
functions_and_methods
aliases returnType signatures
hasSuffix
bool
strings.HasSuffix STRING SUFFIX
/functions/hassuffix
/functions/strings/hassuffix
{{ hasSuffix "Hugo" "go" }} → true