This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
release-0.146.2
hugo
/
docs
/
content
/
en
/
functions
/
strings
/
FirstUpper.md
356 B
Raw
Permalink
Blame
History
title
description
categories
keywords
params
aliases
strings.FirstUpper
Returns the given string, capitalizing the first character.
functions_and_methods
aliases
returnType
signatures
string
strings.FirstUpper STRING
/functions/strings.firstupper
{{
strings
.FirstUpper
"foo"
}}
→ Foo