summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/strings.FirstUpper.md
blob: b97d00f294686cec7df3d3fedee361bbb8a6ef13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: strings.FirstUpper
description: Capitalizes the first character of a given string.
categories: [functions]
menu:
  docs:
    parent: "functions"
keywords: [strings capitalize uppercase first]
signature: ["strings.FirstUpper STRING"]
hugoversion:
aliases: []
---

    {{ strings.FirstUpper "foo" }} → "Foo"