PHP employs Perl Compatible Regular Expressions (PCRE) in the built-in collection of preg_* functions, such as preg_match(). While PCRE is certainly the preferred regular expression library, PHP’s implementation allows the functions to fail without any explicit warning—the user must check preg_last_error() to know that an error occurred. Often, the return of a regular expression match […]
Monthly Archives: August 2010
Building High Performance Teams
Posted by Shirley Foster on 2010/08/03
0 comments
Creating high performance teams by fostering communication, transparency, and embracing good engineering practices.