Skip to main content
string-upper-first Takes the given input string and converts the first letter to a capital. This only works when en phrase starts with a lowercase letter. When a sentence or a word starts with a space or anything else then a letter nothing will happen.

Fields

No configurable options available

Sample data

Input dataOutput data
”this is the input""This is the input”