{"ScriptPreparationCode":"var simple = \u0027test\u0027;\r\nvar unicode = \u0027\uD83E\uDD77\uD83C\uDFFB\u0027;\r\nvar intlFR = \u0027\u00E9l\u00E8ve\u0027;","TestCases":[{"Name":"run all strings with spread simple","Code":"[...simple]","IsDeferred":false},{"Name":"run all strings with spread unicode","Code":"[...unicode]","IsDeferred":false},{"Name":"run all strings with spread intl","Code":"[...intlFR]","IsDeferred":false},{"Name":"run all strings with split simple","Code":"simple.split(\u0022\u0022)","IsDeferred":false},{"Name":"run all strings with split unicode","Code":"unicode.split(\u0022\u0022)","IsDeferred":false},{"Name":"run all strings with split intl","Code":"intlFR.split(\u0022\u0022)","IsDeferred":false},{"Name":"run all strings with Intl simple","Code":"Array.from(new Intl.Segmenter().segment(simple))","IsDeferred":false},{"Name":"run all strings with Intl unicode","Code":"Array.from(new Intl.Segmenter().segment(unicode))","IsDeferred":false},{"Name":"run all strings with Intl intl","Code":"Array.from(new Intl.Segmenter().segment(intlFR))","IsDeferred":false}]}