C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Find a number from a string and remove in jQuery
WhatsApp
Sibeesh Venu
Jan 30
2015
9
k
0
0
Find a number from a string and remove in JQuery
var
str=
"Sibeesh007"
str.replace(str.match(/(\d+)/g)[0],
''
).trim();
Here str is my string.
I hope it helps.
find a number from a string and remove in JQuery
Up Next
Find a number from a string and remove in jQuery