mirror of https://github.com/gohugoio/hugo
17 lines
387 B
Markdown
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
|
|
```
|