My problem is that I cant make my string a valid one,
The valid way is this:
for example ---> "DP 3#4" this is a rule for a game, and i must validate it... I searched for tokenizer, and even saving an array of char type, but after getting the chars in the array, i just can't work with it the way i want to.