Can someone add this to the FAQ ?
> What function would you use if the UserID contained 
> characters and numbers
> such as SPAL12?

<cfset attributes.string REReplaceNoCase(attributes.string,"<","&lt;","ALL")>
<cfset attributes.string REReplaceNoCase(attributes.string,">","&gt;","ALL")>
<cfset attributes.string = REReplaceNoCase(attributes.string,"[^a-zA-Z0-9
@.,:-�/\$%\/&##]"," ","ALL")>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to