I have a string like this, it has multiple spaces before 'READY' and after 'READY'
All empty space in the following examples are Space
'1df34343 43434sebb READY '
How can I write a regular expression which can get '1df34343 43434sebb' as result.group(1)?