<!--- Generate SQL scripts. ---> <cfset strSQL = strText.ReplaceAll ( "(?m)^(\s)*([0-9]+),([^ ]+),([0-9.]+)$", "UPDATE girl SET hotness = $4 WHERE id = $2;" ) />