Capitalize first letter of the first word

How can I capitalize only the first letter of the first word of a text element?
Thanks

Hi there, @quidsicurezza… there are multiple ways to do what you described, and here is one of them.

With this suggestion, you are doing a find and replace on the first letter of whatever string you are working with, and you are replacing the first letter with the the same letter as a capital letter.

Hope this helps.

Best…
Mike

4 Likes

Thanks, but with this solution if Input has all the letters uppercase, how could I change it to lowercase? Because I need just the first letter uppercase

Solved! Thanks!!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.