目前我正在尝试从字符串中读取子字符串,并用新值替换子字符串。
<cfoutput>
<cfsavecontent variable="pckEmailContent">
<p><a href="#TestURL#">Click here</a> to be directed to the assessment.</p>
</cfsavecontent>
</cfoutput>
<cfif findNoCase("TestLink", "#emailContent#", [start]) eq 1>
<cfset TestLink= pckEmailContent />
</cfif>