<?php var_dump(preg_match('#0-9+#u', '1')); var_dump(preg_match('#\d+#u', '1')); var_dump(preg_match('#0-9+#', '1')); var_dump(preg_match('#\d+#', '1'));
You have javascript disabled. You will not be able to edit any code.