Horje
replace - with space Code Example
replace - with space
let str = "This-is-a-news-item-";
str = str.replace(/-/g, ' ');
alert(str);




Javascript

Related
electron communicate between main and renderer Code Example electron communicate between main and renderer Code Example
Install Discord.js Code Example Install Discord.js Code Example
add formdata to axios request in js Code Example add formdata to axios request in js Code Example
angular lifecycle hooks Code Example angular lifecycle hooks Code Example
average of an array js Code Example average of an array js Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7