Katx18
01-31-2008, 07:11 AM
This has probably been asked before, and I apologize for asking again.
Say I have a 1-character String (I can switch to char if it makes things easier), and I want to know if the String contains "0" - "9", is there something like variable.contains("0123456789") that I can use?
I've tried searching, but I don't know the keywords. I'm still searching right now though. Sorry for the newb-ness. ^^
Say I have a 1-character String (I can switch to char if it makes things easier), and I want to know if the String contains "0" - "9", is there something like variable.contains("0123456789") that I can use?
I've tried searching, but I don't know the keywords. I'm still searching right now though. Sorry for the newb-ness. ^^