Hi
I need to extract a collection of surnames from strings that look like the examples below:
Davidovich Fokina A. (Esp)
Dimitrov G. (Bul)
Carreno-Busta P. (Esp)
Some of the surnames are one word, some two words without a hyphen and others are two words with a hyphen.
To get the surnames I therefore need to extract the text to the left of the space before the initial. Is that possible?
Thanks
I need to extract a collection of surnames from strings that look like the examples below:
Davidovich Fokina A. (Esp)
Dimitrov G. (Bul)
Carreno-Busta P. (Esp)
Some of the surnames are one word, some two words without a hyphen and others are two words with a hyphen.
To get the surnames I therefore need to extract the text to the left of the space before the initial. Is that possible?
Thanks