Skip to content

StringToUpperFirstCharacter

cpgames edited this page Jul 14, 2022 · 1 revision

image

Replaces first character with upper case.


Input Ports:

Start - execution entry.
Source (type: string) - input string.


Output Ports:

Done - execution exit.
Result (type: string) - A copy of Source in which first character is upper case.

Clone this wiki locally