Solved

How to make Uppercase the fist String of word?

  • 22 March 2021
  • 3 replies
  • 12 views

Badge

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

icon

Best answer by ebygomm 22 March 2021, 10:42

View original

3 replies

Badge +10

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

Badge

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​ 

Badge

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