UCFIRST
Introduction
Example
my_string: `hello, world!`,
my_formatted_string: `{ UCFIRST(my_string) }`<!-- my_formatted_string -->
<strong>Hello, world!</strong>Last updated
my_string: `hello, world!`,
my_formatted_string: `{ UCFIRST(my_string) }`<!-- my_formatted_string -->
<strong>Hello, world!</strong>Last updated