I have an issue with JavaScript Regular Expression to Replace Escape Special Characters from String like for example 1)
var = test{test}/uk/london=?paris{},clients,vague>;
and I want to extract the result only in just this format = /uk/london
so I only want /uk/london
from the line above how do I code this in javascript?