Returns the first letter uppercase and others lowercase representation of the given string
Optional
the source string to check
the letter uppercase and others lowercase representation of the given string
capitalizeFirstLowerTail('fooBar'); // 'Foobar' Copy
capitalizeFirstLowerTail('fooBar'); // 'Foobar'
Returns the first letter uppercase and others lowercase representation of the given string