<?php $string = '1d20+3d6-4d8+10'; print_r(preg_split('/(?=[+-])/', $string));
You have javascript disabled. You will not be able to edit any code.