{"ScriptPreparationCode":"var text = \u0022this\\nis\\na\\nstring\\nseparated\\nby\\nnew\\nlines\\ntry\\nto\\nmake\\nthe\\nline\\na\\nlittle\\nlonger\\n\u0022;","TestCases":[{"Name":"match regex (regex only)","Code":"text.match(/.*\\n/g);","IsDeferred":false},{"Name":"split regex","Code":"text.split(/\\n/g);","IsDeferred":false},{"Name":"split string","Code":"text.split(\u0027\\n\u0027);","IsDeferred":false}]}