- Index
- »
- axon
- »
- func:reFind
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
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