def

func:isLower

isLower(num)

Is number an ASCII lowercase alphabetic char: a-z

Examples:

isUpper("a".get(0))  >>  true
isUpper("A".get(0))  >>  false
isUpper("5".get(0))  >>  false

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function