Format/UcfirstΒΆ

returns the string with the first character capitalized

given a variable named foo contains a string fooBar

{foo -> e:format.ucfirst()}

Will result in:

FooBar