get Camel
camelNameRule
Split -> It will split them by the capitalized letters. javaLangStrIng
->["java","Lang","Str","Ing"]
Rename-> It will keep the first letter of first segment uppercase, and the following starting with lowercase ["JaVa","lang","string"]
-> JaVaLangString