Go to the source code of this file.
Variables | |
$str = "Bob drove a PB: 123:29.56 on BL GP with XFG" | |
$str = "mattupson drove a PB: 1:48.900 on AS_national with FZ50 GTR" | |
$res = array() | |
$r1 = preg_match("/(.*) drove a PB: ([0-9]{1,}):([0-9]{2})\.([0-9]{3}) on (.*) with (.*)/i", $str, $res) |
|
Definition at line 6 of file hlighttest.php. |
|
Definition at line 5 of file hlighttest.php. |
|
Definition at line 3 of file hlighttest.php. |
|
Definition at line 2 of file hlighttest.php. |