@ucfirst()

The @ucfirst() function simply takes a string, and makes its first 
character a capital letter. This is useful if you want to start 
a sentence with a certain string, but don't know if the string 
starts with a capital or not.

Usage:
@ucfirst("foo")