How can I use CamelCase on a String I use in Swift 3? The problem is that I have an example of how I could apply it.
For example I use a variable like the following:
var textTest: String="amelCase is a writing style that is Applies to phrases or compound words. The name is because the capital letters throughout a word in CamelCase resemble the humps of a camel. "
How can I use CamelCase on that String?