Files
2026-07-13 11:58:46 +08:00

389 B

title, description, categories, keywords, params, aliases
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