On 2015-11-02, Scott Kostyshak wrote: > Good point. On the other hand, if we make regex changes then it is > harder to revert them. Problems have come up before of us > misconstructing the regexes.
If possible, make separate regexp patterns for separate "fail reasons". Then, we just have to delete one regexp if the cause for the inversion is gone... Günter