FLIsHex: Check if HexaDecimal

Description Usage Arguments Details Value Constraints Examples

Description

Check if an element is hexadecimal number

Usage

1
FLIsHex(object)

Arguments

object

FLVector

Details

The DB Lytix function called is FLIsHex. FLIsHex function determines if the input string is a valid Hexadecimal number. FLIsHex function does not require a leading 0 for an expression to be evaluated as a hexadecimal.

Value

FLVector with 1 for TRUE and 0 for FALSE

Constraints

row vectors are not supported currently.

Examples

1
2
3
widetable  <- FLTable("tblstringID", "stringID")
flv <- widetable[1:6,"string"]
resultflvector <- FLIsHex(flv)

Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.