ronmwhiteNew Contributor II6 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 Moredel6 years agoThere may be a better option, but eval will probably work: eval("$Name.replace(/" + $OldName + "/gi,$NewName)")
del6 years agoThere may be a better option, but eval will probably work: eval("$Name.replace(/" + $OldName + "/gi,$NewName)")
del6 years agoThere may be a better option, but eval will probably work: eval("$Name.replace(/" + $OldName + "/gi,$NewName)")
Recent DiscussionsPagination and nextCursor in headerSolvedHow to get filename from file readerSolvedGenerate expression file from database querySolvedCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMSolved