{"ScriptPreparationCode":"var testString = \u0022hello word\u0022","TestCases":[{"Name":"Splitting","Code":"var split = testString.split(\u0027 \u0027)[0];","IsDeferred":false},{"Name":"Regex","Code":"var regex = testString.match(/^[\\w\\-]\u002B/)[0]","IsDeferred":false}]}