{"ScriptPreparationCode":"const text = \u0027hello1hello2hello3hello4hello5hello6hello78hello9_0\u0027","TestCases":[{"Name":"String.prototype.match","Code":"const numbers = [...text.match(/\\d\u002B/g)].map(n =\u003E \u002Bn)","IsDeferred":false},{"Name":"String.prototype.split filter","Code":"const numbers = text.split(\u0027\u0027).map(n =\u003E \u002Bn).filter(Number)","IsDeferred":false},{"Name":"String.prototype.matchAll","Code":"const numbers = [...text.matchAll(/\\d\u002B/g)].map(n =\u003E \u002Bn)","IsDeferred":false}]}