this will work in your particular case beacause the data you are scraping is in this format and the below regex will work in most cases. I am not saying that this is the perfect answer but I should tell you that this will keep you going:
find
[a-z]\s[A-Z]
and replace with \1\2
demo here :
http://regex101.com/r/kF8vG6