Hello!
I have ths strings in an array (id_1,id_2,id_3,id_4 ..... id_25,id_26).
I need to know how to i get only numbers from that string and eliminate "id_"?
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
Hello, you mean this ?
output
Yes but more simple, only id = id_96, no need for loop. :D
THANK YOU!