mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
14 lines
319 B
Markdown
14 lines
319 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"]
|
|
hugoversion:
|
|
aliases: []
|
|
---
|
|
|
|
{{ strings.FirstUpper "foo" }} → "Foo"
|