<?php $subject = "101010101"; $pattern = "/[01]{1,4}/"; $blocks = preg_match_all ($pattern, $subject, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.