mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -1,19 +0,0 @@
|
||||
---
|
||||
title: strings.ToUpper
|
||||
description: Returns the given string, converting all characters to uppercase.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: [upper]
|
||||
related:
|
||||
- functions/strings/FirstUpper
|
||||
- functions/strings/Title
|
||||
- functions/strings/ToLower
|
||||
returnType: string
|
||||
signatures: [strings.ToUpper INPUT]
|
||||
aliases: [/functions/upper]
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ upper "BatMan" }} → BATMAN
|
||||
```
|
Reference in New Issue
Block a user