Hello,
I have a dataset which looks something like:
xyz - Project Earth - some info - some more
xyz - Project Sun - some info
xyz : Project Hello ; some info
and this is all written in one line.
I would like to extract Project and the first word after that (as Project Earth; Project Sun) and have them in the same column. The delimiter after and before Project and it's name is not always a dash!
Thank you!