Download this file
1 2 3 4 5 6 7
<?php if (!function_exists('re')) { function re($regex,$input,&$output) { return preg_match($regex,$input,$output); } }