The Regular Expression Multiline Flag In ColdFusion

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

For Cut-and-Paste