String Case To Pascal ?

A wildcard that converts a string into pascal. Pascal case typically capitalizes the first letter of each word in a string, and the wildcard facilitates the dynamic transformation of the string while maintaining this naming convention.

The wildcard is used in the following way.

  • {string.case.to.pascal.?}

  • For the following input (?) --> This wildcard formats the string like this

  • The output is going to be --> ThisWildcardFormatsTheStringLikeThis