isHex: Is it an hexadecimal digit?

View source: R/isHex.R

isHexR Documentation

Is it an hexadecimal digit?

Description

Checks whether a character is an hexadecimal digit.

Usage

isHex(ch)

Arguments

ch

character to be checked

Value

TRUE/FALSE, depending on character being an hexadecimal digit.

Examples

isHex('+')
isHex('A')
isHex('a')
isHex('9')

qmrparser documentation built on April 24, 2022, 1:05 a.m.