{"ScriptPreparationCode":"let string = \u0027hello123\u0027\r\nlet f = /(hello|hi)123/\r\nlet n = /(?:hello|hi)123/","TestCases":[{"Name":"capturing","Code":"string.match(f)","IsDeferred":false},{"Name":"non capturing","Code":"string.match(n)","IsDeferred":false}]}