javascript replace all with variable
function name(str,replaceWhat,replaceTo){
replaceWhat = replaceWhat.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
var re = new RegExp(replaceWhat, 'g');
return str.replace(re,replaceTo);
}function name(str,replaceWhat,replaceTo){
var re = new RegExp(replaceWhat, 'g');
return str.replace(re,replaceTo);
}/**
*A better method for replacing strings is as follows:
**/
function replaceString(oldString, newString, fullString) {
return fullS.split(oldS).join(newS)
}
replaceString('World', 'Web', 'Brave New World')//'Brave New Web'
replaceString('World', 'Web', 'World New World')//'Web New Web'
Also in JavaScript:
- vendor bundle base js and bootstrap min js conflict
- nestjs version
- javascript append list
- jquery order by specific order
- check if 2 strings matches js
- ultimate course replace switch with object
- jquery datepicker
- Add object to array javascript
- unexpected template string expression no-template-curly-in-string react
- cut text if too long javascript
- ctx.filltext font size
- swap variables using temp javascript
- array methods in javascript
- javascript wait 5 sec
- square root javascript
- update angular cli
- hex string to int javascript
- ease between 2 points
- javascript check if undefined or null or empty string
- how to smooth scroll in javascript
- node test unit
- Errors messages produced from JavaScript data validation.\
- javascript date countdown
- react how to manipulate children