Capitalize a string.
The string to be capitalized.
The separator between the words of the string.
Whether the first character of the string should be lowercase or not.
Whether the returned string should have spaces between the words or not.
The capitalized string.
Capitalize a string.