I have this simple little string "Wed 09 Sept", and I'd like to select "09 Sept"
This will take everything from the 1st space:
\s(.*) (as from Regex to get everything after the first space)
But it comes with the space, and i'd like to get rid of that