ColdFusion Regular Expressions Match New Line Using "."

<cfsavecontent variable="strText">
	<a href="http://www.google.com"
		target="_blank"
		>Google</a>
</cfsavecontent>
 
<!--- Replace tags. --->
#REReplaceNoCase( strText, "</?[a-z].*?>", "", "ALL" )#

For Cut-and-Paste