@macaskillh To remove space, just replace space with empty string.
str_input = str_input.Replace(" “,”")
removeSpaces.xaml (4.5 KB)
@macaskillh To remove space, just replace space with empty string.
str_input = str_input.Replace(" “,”")
removeSpaces.xaml (4.5 KB)