Returns the first letter uppercase representation of the given string
Optional
the source string to check
the first letter uppercase representation of the given string
capitalizeFirst('fooBar'); // 'FooBar' Copy
capitalizeFirst('fooBar'); // 'FooBar'
Returns the first letter uppercase representation of the given string