Skip to main content

strings.ToTitle

Convert to title case

strings.ToTitle(s: string) -> string

Arguments

NameType
sstring

Example

{{ strings.ToTitle("hello world") }}

Returns "HELLO WORLD".