{"ScriptPreparationCode":"var pat = \u0022/^http.?:\\/\\/.\u002B\\.com/\u0022;","TestCases":[{"Name":"regex replace","Code":"pat.replace(/^\\/|\\/$/g, \u0022\u0022);","IsDeferred":false},{"Name":"string substring","Code":"pat.substring(1, pat.length - 1);","IsDeferred":false},{"Name":"string slice","Code":"pat.slice(1, -1)","IsDeferred":false}]}