This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
We have a bunch of regex values in an IronPort box that we would like to use in a data filtering policy. I looked over the regex doc https://live.paloaltonetworks.com/docs/DOC-1499 and our seems to match the PA doc but I get an invalid regex error when trying to add a regex value. Below is an example of two regex value. Any help would be great . The two expressions below seem like pretty straight up regex expressions to me. ("PAN[0-9]{14}", 1) ("(?<!UID:) \\b[A-Z]{3}[0-9]{4}[A-Z]{1}\\b ", 1)
... View more