02-19-2014 08:51 PM
var str = node.properties.content;
var result = str.replace("apple", "orange");
but I'm getting an Exception "org.mozilla.javascript.EcmaError - TypeError: Cannot find function replace"02-20-2014 12:36 AM
02-20-2014 01:12 AM
var str = node.properties.content.content;
var result = str.replace("apple", "orange");
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.