How can i write regex to get all words in string. Example
- Travel in Egipt (travel, in, Egipt)
- london cca 300 EUR (x cca y eur, where x is londox and y is 300)
What regex must look like for this two examples? I need two regex but i do not know how to write them.
Thx