strings.HasPrefix
Reports whether the given string begins with the given prefix.
Syntax
strings.HasPrefix STRING PREFIX
Returns
bool
Alias
hasPrefix
{{ hasPrefix "Hugo" "Hu" }} → true