1
0
Fork 0
hugo/docs/content/en/functions/strings/HasSuffix.md

17 lines
387 B
Markdown

---
title: strings.HasSuffix
description: Reports whether the given string ends with the given suffix.
categories: []
keywords: []
params:
functions_and_methods:
aliases: [hasSuffix]
returnType: bool
signatures: [strings.HasSuffix STRING SUFFIX]
aliases: [/functions/hassuffix,/functions/strings/hassuffix]
---
```go-html-template
{{ hasSuffix "Hugo" "go" }} → true
```