fork download
  1. <?php
  2.  
  3. $subject = "RX3!Pl6HxTCD";
  4. if (preg_match('/^RX.*CD$/sD', $subject, $matches)) {
  5. print_r($matches);
  6. }
Success #stdin #stdout 0.01s 23692KB
stdin
Standard input is empty
stdout
Array
(
    [0] => RX3!Pl6HxTCD
)