I am trying to extract the numeric portion of this string from DF$Numbers like changing W12K32 to 1232
Current DF
Name Numbers
1 Alex W12K32
2 Tom S12WE23
3 Eric T1243
Desired Output
Name Numbers
1 Alex 1232
2 Tom 1223
3 Eric 1243