{"ScriptPreparationCode":"let r = /[\\[\\]]/g","TestCases":[{"Name":"replaceAll","Code":"\u0022[this] [is] [a] [test]\u0022.replaceAll(\u0022[\u0022, \u0022\u0022).replaceAll(\u0022]\u0022, \u0022\u0022);","IsDeferred":false},{"Name":"replace with global regex","Code":"\u0022[this] [is] [a] [test]\u0022.replace(r, \u0022\u0022);","IsDeferred":false}]}