<?php $string = "925/123 Black/Jack"; $pattern = "#(?<!\S)\d+(?:/\d+)+(?!\S)(*SKIP)(*F)|[/\\\\_\s]+#u"; $splitted = preg_split($pattern, $string); print_r($splitted);
You have javascript disabled. You will not be able to edit any code.