reset
escape quotes in php string
check if php array
preg function explorer
preg_match($regex, $input, $matches);
preg_match_all($regex, $input, $matches);
preg_grep($regex, $input);
preg_filter($regex, $replace, $input);
preg_replace($regex, $replace, $input);
$regex
$replace
$input