Hi,
I'm trying to fix a field for names. Currently its displayed as: 635;#John Do and I need it formatted as 'John Do'. There are multiple names and they all appear to have a '#' right before the actual name.
When I used RegEx \W it removed all white space and make it 'JohnDo'.
What is another method I could use?
Thanks