> 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.7.0/helmut4-components/streamdesigner/wildcards/functional-wildcards/string-related-wildcards/string-case-to-pascal.md).

# String Case To Pascal ?

This wildcard removes all blank spaces of a string and converts the first letter of each word to uppercase. 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
