mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
15 lines
319 B
Markdown
15 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"
|