Regular Expression Testing Tool

Number of matches: $numMatches

"); print("
    "); foreach( $matchStrings as $match ) { print("
  1. $match
  2. "); } print("
"); print_r($matches); } else { print( $message ); } print("
"); } ?>