Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

How to remove text from a string in javscript

var ret = "data-123".replace('data-','');
console.log(ret);   //prints: 123
Comment

PREVIOUS NEXT
Code Example
Javascript :: how to filter through array extracting only numbers in js 
Javascript :: javascript get all select options 
Javascript :: javascript find parent with class 
Javascript :: upgrade nodejs and npm ubuntu 
Javascript :: reinstall node modules packages 
Javascript :: how to get name array value checked in jquery 
Javascript :: js delete element by id 
Javascript :: npm err! 503 service unavailable proxy 
Javascript :: how to toggle the classlist in Javascript 
Javascript :: object to query string javascript 
Javascript :: update cypress 
Javascript :: javascript foreach object key 
Javascript :: getting the distance fo an element from the top jquery 
Javascript :: javascript removing smallest number in array 
Javascript :: how to remove the last character from a string in javascript 
Javascript :: how to check if url has hash in react 
Javascript :: array to string js 
Javascript :: cypress enter 
Javascript :: jquery get child div 
Javascript :: communication with service worker 
Javascript :: document getelementsbyclassname not getting all elements 
Javascript :: check data in formData 
Javascript :: get current platform react native 
Javascript :: jquery bind function to multiple events 
Javascript :: js input validate excel file type 
Javascript :: native base expo web eror 
Javascript :: remove attribute disabled javascript 
Javascript :: js change div content 
Javascript :: Convert JS date time to SQLSERVER datetime 
Javascript :: javvascript convert boolean to string 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =