String Case To Camel ?

This wildcard converts a string into camelCase by eliminating spaces between words and capitalizing the first letter of each word (except the initial one).

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