<?php $input_array = array( ' QsdfsdQ QsdfasdQ; ', 'QsdfdQ QadfsQ;', 'QdQ QsafasQ QaQ; QdfsdQ' ); $result = implode('||', $input_array); $result = preg_replace('/\W|;/m', '', $result); echo $result;
You have javascript disabled. You will not be able to edit any code.