Changes a string to a title case string
#include <String.au3>
_StringTitleCase ( $sString )
$sString | Input string |
Success: | a titlecased string. |
Failure: | an empty string. |
This function will capitalize the first character of every word. Does not support unicode strings.