Skip to main content

Hi all,

I want to make Uppercase the first string of word.

For example: 12 tran Dai nghia >> 12 Tran Dai Nghia, 12/3 le dai hanh >> 12/3 Le Dai Hanh.

Could you show me how to make to do it? Thank you

Take a look at the StringCaseChanger transformer, you will want Full Title Case if you want the first letter of each word to be uppercase


Take a look at the StringCaseChanger transformer, you will want Full Title Case if you want the first letter of each word to be uppercase

Thank you so much @ebygomm​ 


Take a look at the StringCaseChanger transformer, you will want Full Title Case if you want the first letter of each word to be uppercase

Hi @ebygomm​ . I got an issue of using StringCaseChanger (Full Title Case).

For example: BFF shop >> Bff Shop. Otherwide, I want >> BFF Shop. Keep other avaiable uppercase


Reply