Capitalizing all words in a sentence

Hi all,

I would like to capitalize all words in a sentence, in this case a first and a second name - i.e. ‘john smith’ should be turned to ‘John Smith’. Seems like it should be simple, but really struggling to work out how to do it with Make functionality. Any solutions much appreciated :slight_smile:

Hello @tomtom,
Use the capitalize (text) function.
Your example capitalize(john smith);
Read more here https://www.make.com/en/help/functions/string-functions#capitalize--text-


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best Answers as Solutions :white_check_mark: and give :+1: If you need expert help or have questions? Contact or comment below! :point_down:

1 Like

Hi @dilipborad - have now found the solution, it should actually be the function startcase().

3 Likes

Welcome to the Make community!

I’m glad you’ve managed to figure out the right function to use! Did you know about the Make Academy? It covers the use of all the built-in functions, and so much more!

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.