- Index
- »
- axon
- »
- func:reMatches
def
func:reMatches
reMatches(regex, s)
Return if regular expression matches entire region of s
. See AxonUsage.
Examples:
reMatches(r"\d+", "x123y") >> false reMatches(r"\d+", "123") >> true
Return if regular expression matches entire region of s
. See AxonUsage.
Examples:
reMatches(r"\d+", "x123y") >> false reMatches(r"\d+", "123") >> true