$matches[0]

"; // Becky's birthday // Index 1 is the first remembered part (B.+) echo "

$matches[1]

"; // Becky // Index 2 is the second remembered part (.+day) echo "

$matches[2]

"; // birthday } ?>