- :char
- :string
- or :nothing
capitalize
convert given string to capitalized
Parameters
capitalize string :char :string :literal
Returns
Examples
copyprint capitalize "hello World" ; "Hello World"
copystr: "hello World" capitalize 'str ; str: "Hello World"