REFind() Sub-Expressions (Thanks Adam Cameron!)

<!--- Loop over sub-expressions. --->
<cfloop
	index="intI"
	from="1"
	to="#ArrayLen( objMatch.Pos )#"
	step="1">
 
	#intI#)
	#Mid(
		strQuery,
		objMatch.Pos[ intI ],
		objMatch.Len[ intI ]
		)#
 
	<br />
 
</cfloop>

For Cut-and-Paste