hugo/docs/content/en/functions/strings.FirstUpper.md
2023-05-22 16:47:07 +02:00

13 lines
292 B
Markdown

---
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"]
---
{{ strings.FirstUpper "foo" }} → "Foo"