how would i check a string for special characters such as $%#, and numbers? I only want chars, ex abcd.
the only method i can think of is to make an arraylist of the alphabet and check each index to see if it is in the arraylist.
thanks
|
|
|
RegEx is probably your best bet:
|
|||
|
you can try a regex:
|
|||
|
|