mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Merge commit '7125ad401ad043e46262afc7eca8dceb6d54bb9e'
This commit is contained in:
@@ -9,7 +9,7 @@ action:
|
||||
- functions/strings/FindRE
|
||||
- functions/strings/Replace
|
||||
- functions/strings/ReplaceRE
|
||||
returnType: '[]string'
|
||||
returnType: '[][]string'
|
||||
signatures: ['strings.FindRESubmatch PATTERN INPUT [LIMIT]']
|
||||
aliases: [/functions/findresubmatch]
|
||||
---
|
||||
|
@@ -9,7 +9,7 @@ action:
|
||||
- functions/strings/FindRESubmatch
|
||||
- functions/strings/Replace
|
||||
- functions/strings/ReplaceRE
|
||||
returnType: string
|
||||
returnType: '[]string'
|
||||
signatures: ['strings.FindRE PATTERN INPUT [LIMIT]']
|
||||
aliases: [/functions/findre]
|
||||
---
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: strings.HasSuffix
|
||||
description: Reports whether the given string begins with the given suffix.
|
||||
description: Reports whether the given string ends with the given suffix.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
|
Reference in New Issue
Block a user