If the sourceString contains 2 or more upper case letters in a row, these will not be split.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| sourceString | String | The String to split. | ||
| upperCaseFirstLetter | Boolean | Optional | Indicates whether to always set the First Letter of each word to Upper Case. If omitted, a value of True is assumed. | |
| splitAtNumbers | Boolean | Optional | Indicates whether to Split at Numbers. If omitted, a value of True is assumed. |
A String value.