sily ~master (2022-12-01T21:23:14Z)
Dub
Repo
isHex
sily
uni
Checks if
c
is hexadecimal (all digits & letters from A to F)
bool
isHex
(
char
c
)
Parameters
c
char
char
Return Value
Type:
bool
isHex
Meta
Source
See Implementation
sily
uni
functions
isAlpha
isAlphaNumeric
isDigit
isHex
isOct
Checks if c is hexadecimal (all digits & letters from A to F)