JSFiddle - React, Tailwind, and code Playground

by edgren

JavaScript

$(document).ready(function() {
    var pathname = 'http://localhost/galleri/view-photo/P1270649';
    var replaced = pathname.replace('/view-photo/' + /([A-Z0-9]+)/g, '');
    
    alert(replaced);
});