In this tutorial we're going to change a string of words to be camel-cased. You can do this by using the below regex to select all the matched parts of the string and then on the first index you lowercase the word and on the next indexes you can make uppercase.