def

func:isUpper

isUpper(num)

Is number an ASCII uppercase 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