Checks a given value using the Perl Compatible Regular Expression extension in PHP. The pattern is matched by executing preg_match().
The pattern string passed in the constructor.
PHPUnit2_Framework_Constraint_PCREMatch __construct( $pattern)
bool evaluate( mixed $other)
void fail( mixed $other, string $description)
string toString( )