Hi everyone,
I have a field called "State|City" in a spreadsheet, which I need to cleanse.
I need to make sure that other than the following symbols all other non alpha numberic symbols are removed.
The following are allowed:
" " space
"-" dash
"|" pipe
I think I need to use the regex replace tool but I'm unsure how to write the code.
The characters to be removed do not need replacing with any alternative character.
Many thanks,