Function: SB-UNICODE:HEX-DIGIT-P

package type github

Returns T if CHARACTER is a hexadecimal digit and NIL otherwise. If :ASCII is non-NIL, fullwidth equivalents of the Latin letters A through F are excluded.

Lambda list

(character &key sb-unicode::ascii)