aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/functions/strings.HasPrefix.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/strings.HasPrefix.md')
-rw-r--r--docs/content/en/functions/strings.HasPrefix.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/content/en/functions/strings.HasPrefix.md b/docs/content/en/functions/strings.HasPrefix.md
deleted file mode 100644
index 70317a4c1..000000000
--- a/docs/content/en/functions/strings.HasPrefix.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: strings.HasPrefix
-description: Tests whether a string begins with prefix.
-categories: [functions]
-menu:
- docs:
- parent: functions
-keywords: [strings]
-signature: ["hasPrefix STRING PREFIX","strings.HasPrefix STRING PREFIX"]
-relatedfuncs: [hasSuffix]
-aliases: [/functions/hasprefix/]
----
-
-```go-html-template
-{{ hasPrefix "Hugo" "Hu" }} → true
-```