{"ScriptPreparationCode":null,"TestCases":[{"Name":"to string - replace - and parsed","Code":"const str = \u0027#10\u0027;\r\nconst strNew = parseInt(str.replace(/\\D/g,\u0027\u0027));","IsDeferred":false},{"Name":"match","Code":"const str = \u0027#10\u0027;\r\nconst strNew = str.toString().match(/\\d\u002B/g).map(Number);","IsDeferred":false}]}