Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 268 Bytes

ucfirst.md

File metadata and controls

20 lines (17 loc) · 268 Bytes
id blueprint modifier_types title
d977361d-0576-469d-9430-f4d82b5666b4
modifiers
string
Ucfirst

Converts the first character of a string to upper case.

string: i wanna go home.
{{ string | ucfirst }}
I wanna go home.