{"ScriptPreparationCode":"var s = \u0022 \u0026gt;test 123456 123456\u0022;","TestCases":[{"Name":"substring","Code":"if (s.startsWith(\u0022 \u0022)) {\r\n\ts = s.substring(1);\r\n}","IsDeferred":false},{"Name":"trim","Code":"if (s.startsWith(\u0022 \u0022)) {\r\n\ts = s.trim();\r\n}","IsDeferred":false}]}