ABerkowicz
MIS
Hi - I have data for example like this:
SmithTomandJane
JonesAbbyandSam
SothSandy
TraceCasandra
What I need to do is find the true "and" and remove it. I was hoping to find "and" where next letter is capital and replace with nothing so results would be:
SmithTomJane
JonesAbbySam
SothSandy
TraceCasandra
Thoughts?
SmithTomandJane
JonesAbbyandSam
SothSandy
TraceCasandra
What I need to do is find the true "and" and remove it. I was hoping to find "and" where next letter is capital and replace with nothing so results would be:
SmithTomJane
JonesAbbySam
SothSandy
TraceCasandra
Thoughts?