Remove First Special character “,” in a string

Hi,

Please I need your help, I read a text that has many “,” I need a way to remove the first “,” only.

1 Like

Hey @aalaghbari,

You want to remove the comma which occurs at the very first position of the text or it can start from any position.

Awaiting your response.

Thanks
Nithin

Hi @Nithinkrishna

I found the solution var = var.TrimStart({","c})

Thanks a lot.

1 Like

Perfect !

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.