<?php $str = '{:de}Hallo Welt{:}{:en}Helo world{:}'; Preg_match_all("/\{:(.*?)}(.*?)\{/", $str, $matches); $matches = array_combine($matches[1], $matches[2]); Var_dump($matches);
You have javascript disabled. You will not be able to edit any code.