Get the Values from web page

Hi @Amol_Golhar

Can you try the below

System.Text.RegularExpressions.Regex.Replace(Input, "(?<=[a-z])(?=[A-Z])", ", ").TrimStart(","c).TrimStart()

Cheers!!

2 Likes