This is so simple... I know there is a replace line of code that will fix my example...
I am saving a PDF with a variable name, and address. Lets say this is the example:
<cfset address = "10 1/2 S. Main St.">
<cfoutput>#address#.pdf</c
foutput>
My result would be "10 1/2 S. Main St..pdf"
when I want it "1012SMainSt.pdf"
I know there is a simple line... yet, google has not been my friend today... please help. I need this to find any other possible funky illegal characters too...
Start Free Trial