Category Archives: Regex

Build and use PCRE in windows

Building PCRE(older version) source code in windows environment is quite easy with CMake build system. Once you checkout the code from their SVN server using following command:    svn co svn://vcs.exim.org/pcre/code/trunk pcre Install the CMake build system and issue the following … Continue reading

Posted in Regex, Windows, Windows VC++ | Tagged , , | 1 Comment

Code Auditing using Regex

  Format string:     egrep -nr "[ \t]*[a-zA-Z_0-9]*[(][A-Za-z0-9]+[)]\;" *

Posted in Code review experiance, Regex | Tagged , , , | Leave a comment