I have a string : RoomA38. I want to extract from it RoomA and put in an object of type String, extract 3 and 8 and put them in two different type int.I thought of the method split but I don’t know how to use it in this case. How Can i do it?
I have a string : RoomA38 . I want to extract from it RoomA
Share
Could you do something like this?