JSFiddle - React, Tailwind, and code Playground
by amindunited
JavaScript
let file1 = '/my/file/path/$__id__/comments/$__comm__';
let file2 = '';
let file3 = '';
console.log(file1.replace(/\$__(\w*)__/g, ':$1'));
by amindunited
let file1 = '/my/file/path/$__id__/comments/$__comm__';
let file2 = '';
let file3 = '';
console.log(file1.replace(/\$__(\w*)__/g, ':$1'));