0
Is it possible to convert Chinese characters into the initials of their corresponding Pinyin using code?
I would like to convert '你好' into 'nh' (the Pinyin for '你好' is 'nihao'). Can this be achieved through code? Thank you for your response.
2 replies
-
Not sure it'll work but you can try the replace() function.(use in a trigger)
replace(text1,"你好","nh")
text1 is your text-field
Content aside
- 7 mths agoLast active
- 2Replies
- 24Views
-
2
Following