{"ScriptPreparationCode":null,"TestCases":[{"Name":"split and join","Code":"const output = \u0027com.google.something.anotherthing\u0027.split(\u0027.\u0027).join(\u0027/\u0027)","IsDeferred":false},{"Name":"regex replace","Code":"const output = \u0027com.google.something.anotherthing\u0027.replace(/\\./g, \u0027/\u0027)","IsDeferred":false}]}