Posts: 805
Name: Will Craig
Location: Cheltenham, Gloucestershire, UK
|
I am working on a username suggester.
I would like to explode at character type change then ignore numbers and special characters to turn...
mad_willsy into array("mad", "willsy")
bob1 into array("bob")
SomeWierdUsername array("Some", "Wierd", "Username")
etc
Thanks...
|