12-02-2020 03:26 PM
Is there a good way to capitalize the first letter of every word in a string with the rest lowercase natively in a Mapper or other snap?
For example:
fort worth => Fort Worth
SAN ANTONIO => San Antonio
I see the upperFirst() and capitalize() functions but they only work on the first character in the string, not every word.
Solved! Go to Solution.
12-02-2020 04:07 PM
12-02-2020 04:07 PM
12-02-2020 04:47 PM
Yes that works perfectly! Thank you @Spiro_Taleski