All Tags »
php »
multiline
Sorry, but there are no more tags available to filter with.
-
Are you saying that you (or Scodigo for that matter) can't use the match array as return value?
If you're using preg_match($pattern, $subject, $matches) for the header, $matches[1] should contain the acquiration date, $matches[2] the operator, $matches[3] the sample name and $matches[4] the "Inst" (who/whatever that is).
If you ...