ronmwhiteNew Contributor II5 years agoSolvedReplace All Case Insensitive Based on Incoming Value Hello. I am having some issues getting “replace” to work the way I want; kindly have a look. This works: $Name.replace(/ron/gi, “Ronald”) So does this: $Name.replace($OldName, $NewName) But...Show Moredel5 years agoThere may be a better option, but eval will probably work: eval("$Name.replace(/" + $OldName + "/gi,$NewName)")
del5 years agoThere may be a better option, but eval will probably work: eval("$Name.replace(/" + $OldName + "/gi,$NewName)")
del5 years agoThere may be a better option, but eval will probably work: eval("$Name.replace(/" + $OldName + "/gi,$NewName)")
Recent DiscussionsGenerate expression file from database queryCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMPagination and nextCursor in headerJavascript to promote top level listsSolved