{"ScriptPreparationCode":null,"TestCases":[{"Name":"substring","Code":"const a = \u0022Omnipotent\u0022;\r\nconst pos = 3;\r\n\u0022\u003Cstrong\u003E\u0022 \u002B a.substring(0, pos) \u002B \u0022\u003C/strong\u003E\u0022 \u002B a.substring(pos);","IsDeferred":false},{"Name":"replace","Code":"const a = \u0022Omnipotent\u0022;\r\nconst sub = \u0022Omn\u0022\r\na.replace(sub, \u0022\u003Cstrong\u003E\u0022 \u002B sub \u002B \u0022\u003C/strong\u003E\u0022);","IsDeferred":false}]}