php explode after each other delimiters code example Example: php explode multiple delimiters $output = preg_split('/(@|,|;)/', $input);