summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/strings/FirstUpper.md
blob: 41bf1f70a3c241e2981452794c1d66697916ffd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: strings.FirstUpper
description: Returns the given string, capitalizing the first character.
categories: []
keywords: []
params:
  functions_and_methods:
    aliases: []
    returnType: string
    signatures: [strings.FirstUpper STRING]
aliases: [/functions/strings.firstupper]
---

```go-html-template
{{ strings.FirstUpper "foo" }} → Foo
```