<?php $str = "/* ID: test-preset; Name: Test Preset; */"; preg_match_all("/(ID|Name):\s*(.*?)\;/s", $str, $m); var_dump($m);
You have javascript disabled. You will not be able to edit any code.