« el(id) | Main | xmlValue(node) »
splitting strings by selected character.
for examplevar text="line1\nline2\nline3";
var vs=stringSplit(text,'\n');