mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
@@ -1,23 +0,0 @@
|
||||
---
|
||||
title: strings.TrimSuffix
|
||||
description: Returns the given string, removing the suffix from the end of the string.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: []
|
||||
related:
|
||||
- functions/strings/Chomp
|
||||
- functions/strings/Trim
|
||||
- functions/strings/TrimLeft
|
||||
- functions/strings/TrimPrefix
|
||||
- functions/strings/TrimRight
|
||||
returnType: string
|
||||
signatures: [strings.TrimSuffix SUFFIX STRING]
|
||||
aliases: [/functions/strings.trimsuffix]
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ strings.TrimSuffix "a" "aabbaa" }} → aabba
|
||||
{{ strings.TrimSuffix "aa" "aabbaa" }} → aabb
|
||||
{{ strings.TrimSuffix "aaa" "aabbaa" }} → aabbaa
|
||||
```
|
Reference in New Issue
Block a user