Skip to contents

Helper function to convert the first character of a string to uppercase.

Usage

upperCaseFirst(s)

Arguments

s

The input string.

Value

Returns the input string with the first character capitalized.