String length ?

This wildcard is substituted with the number of characters in a defined string.

The wildcard is used in the following ways.

  • {string.length.?}

  • For the following input (?) --> My string is this long

  • The output is going to be --> 22

Blank spaces are also counted.