Thursday, 18 November 2021

separate alpha numeric

 var result = "NewFolder333".match(/[^\d]+|\d+/g);

alert(result);
Output:Newfolder,333

No comments:

Post a Comment

c#

 https://github.com/dcyuksel/Result