def

func:reFind

reFind(regex, s)

Find the first match of regular expression in s or return null if no matches. See AxonUsage.

Examples:

reFind(r"\d+", "x123y")  >>  "123"
reFind(r"\d+", "xyz")    >>  null

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function