- How do I split this word using PHP?
- mathewthomas256
- alexcannon5623
- kohlanjame9568
- nancycherikom257
- preg_replace("/d+$/gm", "", input)
- $remove = array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
- $onlynames = str_replace($remove, "", "name here");