PHP regex code to extract FDF data
问题 I am trying to parse a FDF file using PHP, and regex. But I just cant get my head around regex. I am stuck parsing the file to generate a array. %FDF-1.2 %âãÏÓ 1 0 obj << /FDF << /Fields [ << /V (email@email.com) /T (field_email) >> << /V (John) /T (field_name) >> << /V () /T (field_reference) >>] >> >> endobj trailer << /Root 1 0 R >> %%EOF Current function (source:http://php.net/manual/en/ref.fdf.php) function parse2($file) { if (!preg_match_all("/<<\s*\/V([^>]*)>>/x", $file,$out,PREG_SET