Forum Discussion
_anomDiebolt_
10 years agoQrew Elite
For technical reasons I will not get into here I think you will probably have to use this regexp:
var MEMO = doc.match(/<MEMO>([\s\S]*?)</)[1].trim();
console.log("MEMO=" + MEMO);
var MEMO = doc.match(/<MEMO>([\s\S]*?)</)[1].trim();
console.log("MEMO=" + MEMO);