i have a problem... i have to seperate numbers from digits. For example i have a cryptographic code done which gives me the output as
2_three_06_one_ 01_four_32_two_ 3
I need to seperate the numbers and print them like it should be 2 6 13 23
2_three_06_one_ 01_four_32_two_ 3
I need to seperate the numbers and print them like it should be 2 6 13 23
Comment