We're back with a code golf!
You will receive a string. Each word in the string will contain a number.
This number is the position that word should have in the sentence.
If the input string is empty, return an empty string.
The output can only be in words, without the given numbers.
Input
"i2s T1his Te4st a3"
Output
This is a Test