How do I negate a set of characters together in Regular Expression? Ex: [^</a>] (When you find stop matching) when I do this way the code stops when it finds an "a" in the textHow do I negate a set of characters together in
How do I negate a set of characters together in Regular Expression? Ex: [^</a>] (When you find stop matching) when I do this way the code stops when it finds an "a" in the textHow do I negate a set of characters together in