<?php $input = '010069008517306731020020001319100421191004091395'; $regex = <<<REGEX ~ (?| (01)(\d{14}) |(310[12]|3202|1[135])(\d{6}) |(21)(\d+) ) ~x REGEX; preg_match_all($regex, $input, $m); var_export(array_combine($m[1], $m[2]));
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`