I have sentence
red brake is true guineas they took over there piece of the city 20 years after an rishman couldn't get a job we had.
I want to extract all the words with bold tag in a separate array. For example, from the above line I want this:
["guineas", "rishman", "city"]
How can I get it?