Remove First Special character “,” in a string

Hi @Nithinkrishna

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

Thanks a lot.

1 Like