summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/hasPrefix.md
blob: 99d5ba8190ec080d71e1a9ad3b0e0a32e4467e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: hasprefix
linktitle: hasPrefix
description: Tests whether a string begins with prefix.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [functions]
menu:
  docs:
    parent: "functions"
keywords: []
signature: ["hasPrefix STRING PREFIX"]
workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
---

* `{{ hasPrefix "Hugo" "Hu" }}` → true