hugo/docs/content/en/functions/strings/FirstUpper.md
2025-04-10 13:04:51 +02:00

356 B

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