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
stable
hugo
/
docs
/
content
/
en
/
functions
/
strings
/
ToUpper.md
340 B
Raw
Permalink
Blame
History
title
description
categories
keywords
params
aliases
strings.ToUpper
Returns the given string, converting all characters to uppercase.
functions_and_methods
aliases
returnType
signatures
upper
string
strings.ToUpper INPUT
/functions/upper
{{
upper
"BatMan"
}}
→ BATMAN