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

389 B

title description categories keywords params aliases
strings.HasPrefix Reports whether the given string begins with the given prefix.
functions_and_methods
aliases returnType signatures
hasPrefix
bool
strings.HasPrefix STRING PREFIX
/functions/hasprefix
/functions/strings.hasprefix
{{ hasPrefix "Hugo" "Hu" }} → true