Is there a built in function in Java that checks if every character in a string is a valid hex character?
Example:
0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
I looked and could not locate anything?
If there inst a predefined function, can somebody write me a real quick and dirty function?
Thanks.