<?php $string = '[:it]Stringa in italiano[:en]String in english'; preg_match_all('~\[:([^]]+)](.+?)(?=$|\[:[^]]+])~', $string, $m); var_export($m);
You have javascript disabled. You will not be able to edit any code.