Description
Takes all words in the string and replaces the first character with an uppercase for every word.
Parameters
string
String of content to run. - Regular strings such as “Hello, world” should be in quotes. - SimpleScript code is run without quotes. - Variables can also be included by adding them to the text.
Changelog
- Added in version 0.2.
Examples
Normal
v.string=s.string_word_uppercase("I am important")