{"ScriptPreparationCode":"var string = \u0022Hello world!\u0022;\r\nvar regex = /Hello|world/g;","TestCases":[{"Name":"RegEx.matchAll","Code":"string.matchAll(regex);","IsDeferred":false},{"Name":"String.indexOf","Code":"string.indexOf(\u0022Hello\u0022);\r\nstring.indexOf(\u0022world\u0022);","IsDeferred":false},{"Name":"String.match","Code":"string.match(\u0022Hello\u0022);\r\nstring.match(\u0022wello\u0022);","IsDeferred":false}]}