-
Regular Expression Visualizers and Testers
Free Online Web and Desktop IDE RegEx Tools: Visualizers Commercial Regular Expression Tools
-
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…
-
JAM TreeSize, Notepad2: This Bitchin' Playlist!
TreeSize afforded a consice report (with the meta-data appended, which i didn’t need; which would muff the .m3u, of course, so it had to be eliminated): all files of extension .AVI as exist in a singular container, indicated here in NTFS/ MS Windows form, as “G:”
-
PHP Code Compatibility Repair Part 1
PHP 5.3 deprecated ereg_replace() repair coming soon!… PHP 5.2 and Earilier (versions < 5.3) Code Problems As PHP matures, and new versions are released, one thing I’ve noticed is consistent: deprecated language constructs, built-in PHP funtions, and various favourite code snippets throw warnings– or worse– errors, even the so-called production environment. It’s beyond the purpose…
-
Negative Lookahead Regular Expression
Learn how to use lookahead regular expressions. This regex syntax features a negative lookahead expression.
-
Basic vs Extended Regular Expressions
The use of the following command line syntax (sans quotes) is interchangeable: Grep (and Grep for Windows) Depending upon the nature of the search I want to perform, I often use grep, a GNU Operating System application, common to the Linux operating system. grep is available for Windows, so I use it there when I can for its unique ability…