<?php $var = "My name's Ankit"; $charvar = preg_split('/[^a-z]*/i', $var, 0, PREG_SPLIT_NO_EMPTY); var_export($charvar);
You have javascript disabled. You will not be able to edit any code.