Files
hugo/content/functions/hasPrefix.md
T
2017-02-26 19:27:05 -06:00

386 B

title, linktitle, description, godocref, date, publishdate, lastmod, categories, tags, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
title linktitle description godocref date publishdate lastmod categories tags signature workson hugoversion relatedfuncs deprecated aliases
hasprefix hasPrefix Tests whether a string begins with prefix. 2017-02-01 2017-02-01 2017-02-01
functions
false

hasPrefix tests whether a string begins with prefix.

  • {{ hasPrefix "Hugo" "Hu" }} → true