View Single Post
  #1 (permalink)  
Old 07-25-2007, 11:01 PM
paul paul is offline
Member
 
Join Date: Jul 2007
Posts: 26
paul is on a distinguished road
validate hex character
Is there a built in function in Java that checks if every character in a string is a valid hex character?

Example:
Code:
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.
Reply With Quote
Sponsored Links