Dear all,
how to transform " a bc d " into "a b c d"?

Code:
* Example generated by -dataex-. For more info, type help dataex
clear
input str24 x1 str9 x2
"   a    bc  de   " "a b c d e"
end
in the example,x2 is what I want.

Many thanks in advance.