{"ScriptPreparationCode":null,"TestCases":[{"Name":"split-join","Code":"\u0027Abcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxyAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\u0027.split(\u0027\\t\u0027).join(\u0027 \u0027);","IsDeferred":false},{"Name":"regex","Code":"\u0027Abcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxyAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\u0027.replace(new RegExp(\u0027\\t\u0027, \u0027g\u0027), \u0027 \u0027);","IsDeferred":false},{"Name":"loop","Code":"let str = \u0027Abcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxyAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\u0027\r\nlet res = \u0027\u0027;\r\nfor (let i = 0; i \u003C str.length; i\u002B\u002B) {\r\n if (str.charAt(i) === \u0027\\t\u0027 ) {\r\n res \u002B= \u0027 \u0027;\r\n } else {\r\n res \u002B= str.charAt(i);\r\n }\r\n}","IsDeferred":false},{"Name":"function","Code":"\u0027Abcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxyAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\\tAbcd\\tefghij\\tklmnopqrstuv\\twxy\u0027.replaceAll(\u0027\\t\u0027, \u0027 \u0027);","IsDeferred":false}]}