{"ScriptPreparationCode":"globalThis.matches = 0;","TestCases":[{"Name":"String.match","Code":"const testStrFirst = \u0027hafoo\u0027;\r\nmatches \u002B= testStrFirst.match(/foo/g) ? 1 : 0;\r\n\r\nconst testStrNotMatch = \u0027fohao\u0027;\r\nmatches \u002B= testStrNotMatch.match(/foo/g) ? 1 : 0;","IsDeferred":false},{"Name":"String.includes","Code":"const testStrFirst = \u0027hafoo\u0027;\r\nmatches \u002B= testStrFirst.includes(\u0022foo\u0022) ? 1 : 0;\r\n\r\nconst testStrNotMatch = \u0027fohao\u0027;\r\nmatches \u002B= testStrNotMatch.includes(\u0022foo\u0022) ? 1 : 0;","IsDeferred":false}]}