Currently using the following string as my pattern. (Warning: preg_match(): Unknown modifier '0')
$between = preg_match("(.*)".$check."(.*)", _allbetween($coords1, $coords2));
What am I doing wrong?
Have never used regular expressions in php before, please excuse this probably extremely simple question.