isxdigit()

 
Test if all characters are hexadecimal digits (a-f, A-F, 0-9).
Syntax
isxdigit( string )
Returns 1 if true, 0 if false
  • string = the characters tested
User Annotations: isxdigit