REReplace() + Java + Function Pointers = Freakin' Sexy!
<cfset strNewText = JREReplace( strText,
"(girl|cute|melons)"
,
"<b>
$1</b>"
,
"ALL"
) />
For Cut-and-Paste
<cfset strNewText = JREReplace( strText, "(girl|cute|melons)", "<b>$1</b>", "ALL" ) />