{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"match","Code":"const TAG_REGEX = /(\\w\u002B)/g;\r\nconst str =\r\n \u0027aqui \u00E9 uma \u003Cstrong class=\u0022elm\u0022\u003Equest\u00E3o\u003C/strong\u003E de teste \u003Cimg class=\u0022elm\u0022 onerror=\u0022opa\u0022\u003E\u003C/img\u003E\u003Cbr class=\u0022elm\u0022/\u003E\u003Ciframe src=\u0022http://\u0022 class=\u0022iframeclass\u0022/\u003E\u003Ciframe src=\u0022http://\u0022 class=\u0022iframeclass\u0022/\u003E\u003Ciframe src=\u0022http://\u0022 class=\u0022iframeclass\u0022/\u003E\u0027;\r\nstr.match(TAG_REGEX)","IsDeferred":false},{"Name":"new RegExp","Code":"const str =\r\n \u0027aqui \u00E9 uma \u003Cstrong class=\u0022elm\u0022\u003Equest\u00E3o\u003C/strong\u003E de teste \u003Cimg class=\u0022elm\u0022 onerror=\u0022opa\u0022\u003E\u003C/img\u003E\u003Cbr class=\u0022elm\u0022/\u003E\u003Ciframe src=\u0022http://\u0022 class=\u0022iframeclass\u0022/\u003E\u003Ciframe src=\u0022http://\u0022 class=\u0022iframeclass\u0022/\u003E\u003Ciframe src=\u0022http://\u0022 class=\u0022iframeclass\u0022/\u003E\u0027;\r\nstr.match(new RegExp(\u0022(\\\\w\u002B)\u0022, \u0022g\u0022))","IsDeferred":false}]}