-
Limiting Matches: Regular Expression Negation
One of the most powerful means of finding a specific bit of text is through the use of a regular expression capable search, as is typically available in any advanced text editor. A simple but powerful way to find specific text can be through through the use of Regular Expression Negation. For the purpose of…
-
Negative Lookahead Regular Expression
Learn how to use lookahead regular expressions. This regex syntax features a negative lookahead expression.