mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 12:22:02 -05:00
12 lines
292 B
Markdown
12 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"
|