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
I’m wondering if there is a way to test for a 7 digit number that starts with a 4. Here is an example of a regex I know works, but will not work in the Palo 4[0-9]{6} and an example number 4123456. I have various other regex values I’m trying to test for such as specific credit card numbers. The first 6 digits are constant and the last 10 difits are random. Is there any way to setup DLP to search for these values?
... View more