var result = "NewFolder333".match(/[^\d]+|\d+/g);
alert(result);
Output:Newfolder,333
https://github.com/dcyuksel/Result
No comments:
Post a Comment