> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.9.1/helmut4-components/streamdesigner/wildcards/string-related-wildcards-9/string-length.md).

# 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

{% hint style="info" %}
Blank spaces are also counted.
{% endhint %}
