This question is related to login. This answer may be simple but still 30 mins I am trying using jquery OR javascript.
Given string Example :
john123,ricky43567,jecobs2
and many more like this
Retrieve only character from it.
above string result will be like..
john,ricky,jecobs
Thanks in advance.