{"ScriptPreparationCode":"var string = \u00220123456789\u0022;\r\nvar regex = /^\\d\u002B$/;","TestCases":[{"Name":"RegEx.test","Code":"regex.test(string);","IsDeferred":false},{"Name":"String.includes","Code":"\u00220123456789\u0022.includes(string);","IsDeferred":false},{"Name":"for","Code":"for (let i = 0; i \u003C string.length; i\u002B\u002B) {\r\n const char = \u002Bstring.charAt(i);\r\n if (\r\n char === 0 ||\r\n char === 1 ||\r\n char === 3 ||\r\n char === 4 ||\r\n char === 5 ||\r\n char === 6 ||\r\n char === 7 ||\r\n char === 8 ||\r\n char === 9\r\n ) {}\r\n}","IsDeferred":false}]}