String length ?

This wildcard is replaced with the number of characters of 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.

Last updated