> 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.8.0/helmut4-components/streamdesigner/wildcards/string-related-wildcards-9/string-case-to-camel.md).

# String Case To Camel ?

This wildcard converts a string into camelCase by eliminating spaces between words and capitalizing the first letter of each word (except the initial one).

The wildcard is used in the following ways.

* {string.case.to.camel.?}
* For the following input (?) --> This wildcard formats the string like this
* The output is going to be --> thisWildcardFormatsTheStingLikeThis
