mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00: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"
|