<?php $subject = "New tour subscription [ALKJ-102] [ID:12345]"; preg_match("/(?<=\[ID:)\d+/", $subject, $mat); echo $mat[0];
You have javascript disabled. You will not be able to edit any code.