IanWaterman
Programmer
I need to test and remove commas and apostrophes in a string.
The replace function works fine for commas, but is proving impossible for apostrophes.
Is there any way other than telling users to stop entering them into a name field. eg Company name is
Carol's Beauty Parlour
Strictly speaking if we sent them a customised letter they may be annoyed if we use Carols Beauty Parlour. However, another application into which we import this data does not like apostrophes and commas.
Any help suggestions gratefully received.
Ian
The replace function works fine for commas, but is proving impossible for apostrophes.
Is there any way other than telling users to stop entering them into a name field. eg Company name is
Carol's Beauty Parlour
Strictly speaking if we sent them a customised letter they may be annoyed if we use Carols Beauty Parlour. However, another application into which we import this data does not like apostrophes and commas.
Any help suggestions gratefully received.
Ian