Roberto Perez wrote: > > I've done more testing, and I have it now where the only character > that does not get stripped is the forward slash "/".
> <cfset GPA = #rereplace(FORM.GPA, '[^0-9/.]', '', 'all')#> <cfset GPA = REReplace(FORM.GPA, '[^0-9\.]', '', 'ALL')> Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232842 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

