<?php $haystack = "ACAAGACACATGCCACATTGTCC"; $needle = "ACA"; preg_match_all("/$needle/", $haystack, $matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.