FutureProg functions
capitalizefirst
capitalizefirst overload 1
Text capitalizefirst(Text text)
Available in
- computer function
- computer program
- standard futureprog
Returns the supplied text with its first character converted to upper case.
| Parameter | Type | Description |
|---|---|---|
text |
Text |
The text value to inspect or transform |