mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'
This commit is contained in:
@@ -1,21 +1,18 @@
|
||||
---
|
||||
title: strings.HasSuffix
|
||||
description: Reports whether a string ends with suffix.
|
||||
categories: [functions]
|
||||
description: Reports whether the given string begins with the given suffix.
|
||||
categories: []
|
||||
keywords: []
|
||||
menu:
|
||||
docs:
|
||||
parent: functions
|
||||
function:
|
||||
action:
|
||||
aliases: [hasSuffix]
|
||||
related:
|
||||
- functions/strings/Contains
|
||||
- functions/strings/ContainsAny
|
||||
- functions/strings/ContainsNonSpace
|
||||
- functions/strings/HasPrefix
|
||||
- functions/collections/In
|
||||
returnType: bool
|
||||
signatures: [strings.HasSuffix STRING SUFFIX]
|
||||
relatedFunctions:
|
||||
- strings.Contains
|
||||
- strings.ContainsAny
|
||||
- strings.ContainsNonSpace
|
||||
- strings.HasPrefix
|
||||
- strings.HasSuffix
|
||||
aliases: [/functions/hassuffix,/functions/strings/hassuffix]
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user