Tagged Questions
2
votes
8answers
655 views
How do I match part of a string only if it is not preceded by certain characters?
I've created the following regex pattern in an attempt to match a string 6 characters in length ending in either "PRI" or "SEC", unless the string = "SIGSEC". For example, I want to match ABCPRI, ...