<?php var_dump(preg_match('/^|\d{1,2}$/', "7")); // expected: int(1), got: int(2)
You have javascript disabled. You will not be able to edit any code.