> What is the best way to strip CRs and LFs from a string? <cfset crlf = chr(13)&chr(10)> <cfset stripped = replacelist(myString,crlf,"")> Should do the trick. - Sean ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- Stripping CRs and LFs Bryan Batchelder
- Re: Stripping CRs and LFs Sean Daniels
- Re: Stripping CRs and LFs Jamie Keane
- RE: Stripping CRs and LFs Jason Lees (National Express)
- RE: Stripping CRs and LFs Bryan Batchelder

