Expand my Community achievements bar.

SOLVED

Replace comma with semicolon in a string

Avatar

Level 1

I have requirement to replace comma with semicolon. I tried String replace function, but it didn't work i think it is not considering semicolon. If I use other characters instead of semi colon it is getting replaced properly. Is there any way to escape semicolon.

KeshavaBe_0-1762163132049.png

 

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hello @KeshavaBe, - You need to add a semicolon between the second and third semicolon. Try copy paste from Google.

_Manish_Singh_0-1762163780705.png

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Hello @KeshavaBe, - You need to add a semicolon between the second and third semicolon. Try copy paste from Google.

_Manish_Singh_0-1762163780705.png

Avatar

Level 1

Thanks for the quick response. It helped. I copied expression from a notepad and executed, then it worked