RegEx values for DLP
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
...