String Case To Camel ?
These wildcards are removed from all spaces in a string and every first letter of a word is converted between upper and lower case. The wildcard is used in the following ways.
{string.case.to.camel.?}
For the following input (?) --> This wildcard formats the string like this
The output is going to be --> thisWildcardFormatsTheStingLikeThis
Last updated