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.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| ”this is the input" | "This is the input” |