<?php $re = '/c?\d+|\D/m'; $str = 'c7=c4/c5*100'; preg_match_all($re, $str, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.