{"ScriptPreparationCode":"var str = \u0027test script test script test script test script test script\u0027;","TestCases":[{"Name":"Regex","Code":"str.replace(/script/g, \u0022test\u0022);","IsDeferred":false},{"Name":"Split and Replace","Code":"str.split(\u0022script\u0022).join(\u0022test\u0022);","IsDeferred":false}]}