This one should be simple.
I want to match any numbers that do NOT have a series of numbers in the front.
I have the regex, but it does the exact opposite. I need an inverse of it.
Examples:
123456 - NOT MATCH
456789 - MATCH
451236 - MATCH
Right now, it's the opposite of the above.
The regex: ^(123)