String Case To Lower ?

This wildcard converts all uppercase letters of a string to lowercase. The wildcard is used in the following ways.

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

  • For the following input (?) --> THIS WILDCARD FORMATS THE STRING LIKE THIS

  • The output is going to be --> this wildcard formats the string like this

Last updated