Regular Expression Functions
PantherFlow regular expression functions
re.count()
re.count()panther_logs.public.aws_alb
| project tripleDigitBlocks=re.count(clientIp, "[0-9][0-9][0-9]")re.matches()
re.matches()panther_logs.public.aws_alb
| project inCidr=re.matches(clientIp, '^192\\.168\\.1\\.(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[0-9]{1,2})$'), clientIpre.replace()
re.replace()re.substr()
re.substr()Last updated
Was this helpful?

