let txt = `text1="111111111111111111111111111111ttt"; text2="2222222222222222222222ttt"; text3="3333333333333333";`; txt = txt.split(/\n/).map(str => str.split("=")); txt = new Map(txt); alert(txt.get("text2").slice(0,-1));