The second one is not so useful, as you wind up with a pile of blanks in your array. This is better:

=LET(a,TOCOL(A1:A1000,1),b,LEFT(a,LEN(a)-1),c,RIGHT(a,1),HSTACK(b,c))