View Single Post
  #2 (permalink)  
Old 11-15-2007, 08:36 PM
ShoeNinja's Avatar
ShoeNinja ShoeNinja is offline
Senior Member
 
Join Date: Oct 2007
Posts: 123
ShoeNinja is on a distinguished road
Send a message via AIM to ShoeNinja
Not to my knowledge. You could create an Array, List or String containing the hex values of all the special characters that you want. Then just check to see if your characters is in the dataset.

I would personally just do it with a String and use the indexOf method. That's just me though.
Reply With Quote