{"ScriptPreparationCode":"const prepared = /[0-9]{1,3}(\\.[0-9]{1,3}){3,3}|([0-9a-f]{1,4}:{1,2}){1,7}[0-9a-f]{1,4}/gi;","TestCases":[{"Name":"instantiate new regex","Code":"const ipstring = \u002243.193.33.82\u0022;\r\nconst r = ipstring.match(/[0-9]{1,3}(\\.[0-9]{1,3}){3,3}|([0-9a-f]{1,4}:{1,2}){1,7}[0-9a-f]{1,4}/gi)","IsDeferred":false},{"Name":"use existing regex","Code":"const ipstring = \u002243.193.33.82\u0022;\r\nconst r = ipstring.match(prepared)","IsDeferred":false}]}