Remove spaces before commas in string

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