mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Merge commit 'da16527896d3087585c5e758083ea498dcabc2c3'
This commit is contained in:
14
docs/content/en/functions/strings.FirstUpper.md
Normal file
14
docs/content/en/functions/strings.FirstUpper.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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"
|
Reference in New Issue
Block a user