I have the following string:
Are you sure you want to delete "%lg_name%" group?
And in Javascript I have the variable lg_name. How can I replace lg_name string to lg_name variable? This regex shouldn't be related to the variable name. Thanks.