Cadish
1
Hi,
toTitleCase() doesn’t work as I expect it to work. If I input a string like “DEN BEER”, it doesn’t get in Title Case, as I expect.
However, if I first transform into lower case, and then Title Case, I get the expected result. But I believe this should not work like this, right?
Thanks
Cadish
n8n
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
barn4k
3
hello @Cadish
That’s an intended behavior 

1 Like
Cadish
4
Aha! Gotcha. RTFM was the answer 
Thanks for the clarification @barn4k !
system
Closed
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.