<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Regular Expressions (RegEx) Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/regex</link> 
<description>Regular Expressions mailing list and forums. The focus here is on the language, not on a particular implementation.</description> 
<language>en-us</language> 
<copyright>Copyright 2007, House of Fusion</copyright> 
<lastBuildDate>Wed, 20 Aug 2008 07:26:30 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[ISAPI Converting URL value ]]></title> 
	<description><![CDATA[HI abigail, i'm not sure, but i think you have this backwards. isapi_rewrite takes the incoming url &amp; converts it to a physical url _before_ iis/cf/php etc gets ahold of it. my guess is that you really want to convert:<br>
	<A HREF="http://127.0.0.1/imp/www/889">http://127.0.0.1/imp/www/889</A><br>
	<br>
	(<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1168"  title="Regular Expressions (RegEx): ISAPI Converting URL value.">more</A>]]]></description> 
	<pubDate>Tue, 05 Aug 2008 04:34:00 GMT</pubDate> 
	<dc:author>Abigail Coker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1168</guid> 
</item>

<item>
	<title><![CDATA[ISAPI Converting URL value ]]></title> 
	<description><![CDATA[Thanks a lot Peter, both worked like a dream.<br>
	<br>
	Thanks,<br>
	<br>
	Abi<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1167"  title="Regular Expressions (RegEx): ISAPI Converting URL value.">more</A>]]]></description> 
	<pubDate>Mon, 04 Aug 2008 12:25:00 GMT</pubDate> 
	<dc:author>Abigail Coker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1167</guid> 
</item>

<item>
	<title><![CDATA[ISAPI Converting URL value ]]></title> 
	<description><![CDATA[&gt;<br>
	&gt; Going by your example I tried the code below it threw an error but I stuck<br>
	&gt; an extra # but doesn't seem to do anything....I've tried a some workarounds<br>
	&gt; with joy.<br>
	&gt;<br>
	&gt; &lt;cfset stringToWork = Rereplace(&quot;http://127.0.0.1/imp/www/index.cfm?id=889<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1166"  title="Regular Expressions (RegEx): ISAPI Converting URL value.">more</A>]]]></description> 
	<pubDate>Mon, 04 Aug 2008 12:15:00 GMT</pubDate> 
	<dc:author>Peter Boughton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1166</guid> 
</item>

<item>
	<title><![CDATA[ISAPI Converting URL value ]]></title> 
	<description><![CDATA[&gt;I'm not sure about the specifics of ISAPI Rewrite, but these should do what<br>
	&gt;you want...<br>
	&gt;<br>
	&gt;Match:<br>
	&gt;([^?#]*/imp/www)/(\d+).cfm<br>
	&gt;<br>
	&gt;Replace:<br>
	&gt;\1/index.cfm?id=\2<br>
	<br>
	Going by your example I tried the code below it threw an error but I stuck an extra<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1165"  title="Regular Expressions (RegEx): ISAPI Converting URL value.">more</A>]]]></description> 
	<pubDate>Mon, 04 Aug 2008 12:05:00 GMT</pubDate> 
	<dc:author>Abigail Coker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1165</guid> 
</item>

<item>
	<title><![CDATA[ISAPI Converting URL value ]]></title> 
	<description><![CDATA[ <br>
	&gt;I'm not sure about the specifics of ISAPI Rewrite, but these should do what<br>
	&gt;you want...<br>
	&gt;<br>
	&gt;Match:<br>
	&gt;([^?#]*/imp/www)/(\d+).cfm<br>
	&gt;<br>
	&gt;Replace:<br>
	&gt;\1/index.cfm?id=\2<br>
	&gt;<br>
	&gt;<br>
	&gt;(Might need $1 and $2 instead of \1 and \2 in replace)<br>
	<br>
	Thanks Peter, I'll <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1164"  title="Regular Expressions (RegEx): ISAPI Converting URL value.">more</A>]]]></description> 
	<pubDate>Mon, 04 Aug 2008 10:29:00 GMT</pubDate> 
	<dc:author>Abigail Coker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1164</guid> 
</item>

<item>
	<title><![CDATA[ISAPI Converting URL value ]]></title> 
	<description><![CDATA[&gt; Using Regex how do I go about converting e.g.<br>
	&gt; <A HREF="http://127.0.0.1/imp/www/index.cfm?id=889">http://127.0.0.1/imp/www/index.cfm?id=889</A> to<br>
	&gt; <A HREF="http://127.0.0.1/imp/www/889.cfm">http://127.0.0.1/imp/www/889.cfm</A><br>
	&gt;<br>
	&gt; The value 889 can be any number...<br>
	&gt;<br>
	<br>
	I'm not sure about the specifics of ISAPI Rewrite, but these should do <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1163"  title="Regular Expressions (RegEx): ISAPI Converting URL value.">more</A>]]]></description> 
	<pubDate>Mon, 04 Aug 2008 10:23:00 GMT</pubDate> 
	<dc:author>Peter Boughton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1163</guid> 
</item>

<item>
	<title><![CDATA[ISAPI Converting URL value ]]></title> 
	<description><![CDATA[I was wondering is anyone could help, Using Regex how do I go about converting e.g. <A HREF="http://127.0.0.1/imp/www/index.cfm?id=889">http://127.0.0.1/imp/www/index.cfm?id=889</A> to <A HREF="http://127.0.0.1/imp/www/889.cfm">http://127.0.0.1/imp/www/889.cfm</A> <br>
	<br>
	The value 889 can be any number...<br>
	<br>
	Thanks <br>
	<br>
	Abigail<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1162"  title="Regular Expressions (RegEx): ISAPI Converting URL value.">more</A>]]]></description> 
	<pubDate>Mon, 04 Aug 2008 10:13:00 GMT</pubDate> 
	<dc:author>Abigail Coker </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1162</guid> 
</item>

<item>
	<title><![CDATA[Minify markup]]></title> 
	<description><![CDATA[I have a regex I did in PHP a while back to minify markup. By minify, I mean it removes line breaks, indents, uneccessary white space, comments, etc from my HTML when served to the client (do a view source on google's homepage to see something similar). <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1161"  title="Regular Expressions (RegEx): Minify markup">more</A>]]]></description> 
	<pubDate>Wed, 16 Jul 2008 01:29:00 GMT</pubDate> 
	<dc:author>Will Peavy </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1161</guid> 
</item>

<item>
	<title><![CDATA[ANN: Reg Ex at CFDevCon]]></title> 
	<description><![CDATA[The community based conference - CFDevCon 2008 &lt;http://www.cfdevcon.com&gt; will<br>
	be hosting a plethora of different tracks, with 3 to choose from at any one<br>
	time.&nbsp;&nbsp;One which may be of particular importance is Peter<br>
	Boughton&lt;http://www.cfdevcon.com/<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1160"  title="Regular Expressions (RegEx): ANN: Reg Ex at CFDevCon">more</A>]]]></description> 
	<pubDate>Fri, 11 Jul 2008 06:14:00 GMT</pubDate> 
	<dc:author>Cassie Glover</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1160</guid> 
</item>

<item>
	<title><![CDATA[ANN: RegEx at CFDevCon]]></title> 
	<description><![CDATA[Not only will there be a plethora of interesting speakers and topics - but CFDevCon will also feature a special talk - split into two - on Regular Expressions.&nbsp;&nbsp;Peter Boughton will be speaking about RegEx for beginners: <A HREF="http://www.cfdevcon.com/schedule/">http://www.cfdevcon.com/schedule/</A><BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1159"  title="Regular Expressions (RegEx): ANN: RegEx at CFDevCon">more</A>]]]></description> 
	<pubDate>Fri, 11 Jul 2008 06:11:00 GMT</pubDate> 
	<dc:author>C Glover </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1159</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[Ahh I see, yeah that could pose and issue. I will check out what you sent<br>
	and let you know. I probably will not get to it until later today.<br>
	<br>
	Thanks Peter.<br>
	<br>
	On Thu, Jul 10, 2008 at 9:58 AM, Peter Boughton &lt;boughtonp@gmail.com&gt; wrote:<br>
	<br>
	&gt; Yes, it's <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1158"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 01:15:00 GMT</pubDate> 
	<dc:author>Patrick Santora</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1158</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[Yes, it's very easy to get carried away with overthinking regex - I've<br>
	done it plenty of times. :)<br>
	<br>
	There may be situations where working with only the original text is<br>
	required, but I couldn't think of any - once linebreaks are preserved<br>
	it should<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1157"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 01:00:00 GMT</pubDate> 
	<dc:author>Peter Boughton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1157</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[Peter,<br>
	<br>
	I just may be overthinking this. heh. I am going to toss your idea in and<br>
	see how it floats. It should work fine. I just may need to make some<br>
	additional modifictions elsewhere in varScoper.<br>
	<br>
	Thanks for the quick assist.<br>
	<br>
	-Pat<br>
	On Thu, Jul<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1156"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 12:33:00 GMT</pubDate> 
	<dc:author>Patrick Santora</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1156</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[Let me rephrase what I stated before. Your approach should work fine, but I<br>
	would like to avoid removing characters if possible. I will definatly keep<br>
	your idea in mind if I can't do with a look ahead/behind.<br>
	<br>
	The bottom line is I am just trying my <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1155"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 12:25:00 GMT</pubDate> 
	<dc:author>Patrick Santora</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1155</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[&gt; hmm. I'm not sure if that will work for me as I don't want to try to alter<br>
	&gt; the text.<br>
	<br>
	Why not?<br>
	<br>
	If you need the original text (e.g. for showing context of errors),<br>
	then you just create a copy of the text and work on that, then refer<br>
	back to the<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1154"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 12:04:00 GMT</pubDate> 
	<dc:author>Peter Boughton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1154</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[hmm. I'm not sure if that will work for me as I don't want to try to alter<br>
	the text. I just want to ignore &quot;;&quot; within quotes hence why doing a look<br>
	ahead / look behind may be an answer.<br>
	<br>
	I will keep your approach in mind though as it could work if I <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1153"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 11:49:00 GMT</pubDate> 
	<dc:author>Patrick Santora</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1153</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[&gt; I am trying to find &quot;;&quot; ONLY at the end of a string and not within (like within single or<br>
	&gt; double quotes).<br>
	<br>
	&gt; I don't think so as we also want to catch multiple variables being set to one line (should have put this in the original post):<br>
	&gt; var1 = 1<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1152"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 11:31:00 GMT</pubDate> 
	<dc:author>Peter Boughton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1152</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[&gt;On Thu, Jul 10, 2008 at 10:08 AM, Patrick Santora &lt;patweb99@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt;At the risk of oversimplifying, could this be as easy as &quot;;$&quot;?&nbsp;&nbsp;In<br>
	&gt;other words, match any semicolon that appears as the last character in<br>
	&gt;the line?<br>
	<br>
	I don't think so<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1151"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 10:35:00 GMT</pubDate> 
	<dc:author>Patrick Santora </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1151</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[On Thu, Jul 10, 2008 at 10:08 AM, Patrick Santora &lt;patweb99@gmail.com&gt; wrote:<br>
	&gt; Hey everyone,<br>
	&gt;<br>
	&gt; I am trying to find &quot;;&quot; ONLY at the end of a string and not within (like within single or double quotes). I believe I will need to use look aheads and <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1150"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 10:23:00 GMT</pubDate> 
	<dc:author>Rob Wilkerson</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1150</guid> 
</item>

<item>
	<title><![CDATA[Trying to find &quot;;&quot;]]></title> 
	<description><![CDATA[Hey everyone,<br>
	<br>
	I am trying to find &quot;;&quot; ONLY at the end of a string and not within (like within single or double quotes). I believe I will need to use look aheads and look behinds which I have access too by using the underlying java regex engine in CF. <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1149"  title="Regular Expressions (RegEx): Trying to find &quot;;&quot;">more</A>]]]></description> 
	<pubDate>Thu, 10 Jul 2008 10:11:00 GMT</pubDate> 
	<dc:author>Patrick Santora </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1149</guid> 
</item>

<item>
	<title><![CDATA[Extracting inner text from html code]]></title> 
	<description><![CDATA[Chris,<br>
	<br>
	Thanks this worked perfectly.<br>
	<br>
	Bryan<br>
	<br>
	________________________________<br>
	<br>
	From: Chris Porter [mailto:cporter@yarooze.com] <br>
	Sent: Thursday, July 03, 2008 12:18 PM<br>
	To: cf-regex@houseoffusion.com; Bryan Hogan<br>
	Subject: Re: <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1148"  title="Regular Expressions (RegEx): Extracting inner text from html code">more</A>]]]></description> 
	<pubDate>Thu, 03 Jul 2008 03:37:00 GMT</pubDate> 
	<dc:author>Bryan Hogan</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1148</guid> 
</item>

<item>
	<title><![CDATA[Extracting inner text from html code]]></title> 
	<description><![CDATA[ &gt;&gt;I'm trying to extract the inner text of span elements.<br>
	<br>
	See CF_REextract:<br>
	<A HREF="http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm">http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm</A><br>
	<br>
	You can test it on line here:<br>
	<A HREF="http://www.contentbox.com/claude/customtags/REextract/">http://www.contentbox.com/claude/customtags/REextract/</A><BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1147"  title="Regular Expressions (RegEx): Extracting inner text from html code">more</A>]]]></description> 
	<pubDate>Thu, 03 Jul 2008 02:25:00 GMT</pubDate> 
	<dc:author>Claude Schneegans </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1147</guid> 
</item>

<item>
	<title><![CDATA[Extracting inner text from html code]]></title> 
	<description><![CDATA[I need help; I'm trying to extract the inner text of span elements.<br>
	Please help.&nbsp;&nbsp;I can only get as far as finding &lt;span<br>
	id=&quot;lblOrganizationName&quot;&gt;.<br>
	<br>
	&lt;span id=&quot;lblOrganizationName&quot;&gt;I want this text&lt;/span<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1146"  title="Regular Expressions (RegEx): Extracting inner text from html code">more</A>]]]></description> 
	<pubDate>Thu, 03 Jul 2008 01:51:00 GMT</pubDate> 
	<dc:author>Bryan Hogan</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1146</guid> 
</item>

<item>
	<title><![CDATA[Replace ] with space]]></title> 
	<description><![CDATA[you can try this<br>
	str= Regex.Replace(str,&quot;]&quot;,&quot;&quot;)<br>
	str= str &amp; &quot;]&quot;<br>
	<br>
	On 5/29/08, Alessio Forconi &lt;forconia@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt; Thanks Srinivas for your help<br>
	&gt;<br>
	&gt; I use the platform. NET, you can implement this for .NET?<br>
	&gt;<br>
	&gt; 2008/5/29, Ganta <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1145"  title="Regular Expressions (RegEx): Replace ] with space">more</A>]]]></description> 
	<pubDate>Thu, 29 May 2008 09:01:00 GMT</pubDate> 
	<dc:author>Ganta Srinivasa Rao</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1145</guid> 
</item>

<item>
	<title><![CDATA[Replace ] with space]]></title> 
	<description><![CDATA[Thanks Srinivas for your help<br>
	<br>
	I use the platform. NET, you can implement this for .NET?<br>
	<br>
	2008/5/29, Ganta Srinivasa Rao &lt;srganta@gmail.com&gt;:<br>
	&gt; sorry,try this..<br>
	&gt;&nbsp;&nbsp;&lt;cfset str= &quot;[somethings1] somethings2]&quot; /&gt;<br>
	&gt;<br>
	&gt;&nbsp;&nbsp;&lt;cfset str = REReplaceNoCase(str<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1144"  title="Regular Expressions (RegEx): Replace ] with space">more</A>]]]></description> 
	<pubDate>Thu, 29 May 2008 06:52:00 GMT</pubDate> 
	<dc:author>Alessio Forconi</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1144</guid> 
</item>

<item>
	<title><![CDATA[Replace ] with space]]></title> 
	<description><![CDATA[sorry,try this..<br>
	&lt;cfset str= &quot;[somethings1] somethings2]&quot; /&gt;<br>
	<br>
	&lt;cfset str = REReplaceNoCase(str,&quot;]&quot;,&quot;&quot;,&quot;ALL&quot;)&amp; &quot;]&quot;&gt;<br>
	<br>
	Thanks<br>
	Srinivas<br>
	<br>
	On 5/29/08, Ganta Srinivasa Rao &lt;srganta@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt; Hi Orso,<br>
	&gt;<br>
	&gt; can do some thing like this<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1143"  title="Regular Expressions (RegEx): Replace ] with space">more</A>]]]></description> 
	<pubDate>Thu, 29 May 2008 06:42:00 GMT</pubDate> 
	<dc:author>Ganta Srinivasa Rao</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1143</guid> 
</item>

<item>
	<title><![CDATA[Replace ] with space]]></title> 
	<description><![CDATA[Hi Orso,<br>
	<br>
	can do some thing like this<br>
	<br>
	&lt;cfset str= &quot;[somethings1] somethings2]&quot; /&gt;<br>
	<br>
	&lt;cfset str = REReplaceNoCase(str,&quot;[0-9]]&quot;,&quot;&quot;,&quot;ALL&quot;)&amp; &quot;]&quot;&gt;<br>
	<br>
	Thanks<br>
	Srinivas<br>
	<br>
	**<br>
	<br>
	On 5/29/08, Orso Bubu &lt;forconia@gmail.com&gt; wrote:<br>
	&gt;<br>
	&gt; Hello to&nbsp;&nbsp;everyone<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1142"  title="Regular Expressions (RegEx): Replace ] with space">more</A>]]]></description> 
	<pubDate>Thu, 29 May 2008 06:39:00 GMT</pubDate> 
	<dc:author>Ganta Srinivasa Rao</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1142</guid> 
</item>



<item>
	<title><![CDATA[There has never been a better time to be a ColdFusion Developer]]></title> 
	<description><![CDATA[Adobe&reg; ColdFusion&reg; 8 software is a must-have release for developers to create compelling internet applications that fit in today's enterprise environment.  Now you can build rich and engaging application experiences for users that do more and look better faster than ever.

There has never been a better time to be a ColdFusion Developer.

Get the Free Trial]]></description> 
	<guid>http://ad.doubleclick.net/clk;203748944;27390485;s</guid>
	<pubDate>Wed, 20 Aug 2008 07:26:30 GMT</pubDate> 
	<dc:author>Adobe Systems</dc:author> 
</item>

<item>
	<title><![CDATA[Replace ] with space]]></title> 
	<description><![CDATA[Hello to&nbsp;&nbsp;everyone,<br>
	<br>
	I have a string as follows <br>
	<br>
	[somethings1] somethings2]<br>
	<br>
	and I have to eliminate the ] after somethings1 so in order to obtain this<br>
	<br>
	[somethings1 somtehings2]<br>
	<br>
	Thanks for your help.... and excuse for my bad English<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1141"  title="Regular Expressions (RegEx): Replace ] with space">more</A>]]]></description> 
	<pubDate>Thu, 29 May 2008 05:45:00 GMT</pubDate> 
	<dc:author>Orso Bubu </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1141</guid> 
</item>

<item>
	<title><![CDATA[Find ampersands that are not part of an entity ]]></title> 
	<description><![CDATA[Yes, you can do it using a regex construct called a lookahead (in this case a negative lookahead), like so:<br>
	<br>
	&amp;(?!nbsp;)<br>
	<br>
	To only match ampersands that aren't part of any entity (not just &amp;nbsp;), you can use this:<br>
	<br>
	&amp;(?!#?\w+;)<br>
	<br>
	Steve<br>
	<A HREF="http://blog.">http://blog.</A><BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1140"  title="Regular Expressions (RegEx): Find ampersands that are not part of an entity.">more</A>]]]></description> 
	<pubDate>Fri, 02 May 2008 07:07:00 GMT</pubDate> 
	<dc:author>Steven L. </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1140</guid> 
</item>

<item>
	<title><![CDATA[Find ampersands that are not part of an entity ]]></title> 
	<description><![CDATA[&gt;&nbsp;&nbsp;Using regex can I say select all instances of a character NOT followed<br>
	&gt;&nbsp;&nbsp;by specific other characters?<br>
	<br>
	Yes, it's called a negative lookahead, and looks like this: (?!...)<br>
	<br>
	So to find ampersands that are not followed by nbsp; you want:<br>
	&amp;(?!nbsp<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1139"  title="Regular Expressions (RegEx): Find ampersands that are not part of an entity.">more</A>]]]></description> 
	<pubDate>Fri, 02 May 2008 05:47:00 GMT</pubDate> 
	<dc:author>Peter Boughton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1139</guid> 
</item>

<item>
	<title><![CDATA[Find ampersands that are not part of an entity ]]></title> 
	<description><![CDATA[I need to search a very long string for ampersands (&amp;) that are not part <br>
	of the non-breaking space entity (&amp;nbsp;) and replace them with the <br>
	ampersand entity (&amp;amp;).<br>
	<br>
	Using regex can I say select all instances of a character NOT followed <br>
	by <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1138"  title="Regular Expressions (RegEx): Find ampersands that are not part of an entity.">more</A>]]]></description> 
	<pubDate>Fri, 02 May 2008 05:14:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1138</guid> 
</item>

<item>
	<title><![CDATA[Translation Please ]]></title> 
	<description><![CDATA[I have these two statements in a Perl application which I presume are <br>
	regular expressions and&nbsp;&nbsp;I need a translations for them.&nbsp;&nbsp;Anybody care <br>
	to advise.&nbsp;&nbsp;TIA.<br>
	<br>
	$v_file_name =~ s/.*\///;<br>
	$v_dir_name =~ s/(.*)\/.*/\1<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1137"  title="Regular Expressions (RegEx): Translation Please.">more</A>]]]></description> 
	<pubDate>Wed, 26 Mar 2008 11:02:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1137</guid> 
</item>

<item>
	<title><![CDATA[FDA Approved laboratory ]]></title> 
	<description><![CDATA[The face of a man is usually an open book to most women.<br>
	<br>
	They can read practically anything in our faces.<br>
	<br>
	I?ve known ladies who could tell the size of my penis, bank account and the status of my sex life by taking only one look at me.<br>
	<br>
	Of course, <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1136"  title="Regular Expressions (RegEx): FDA Approved laboratory.">more</A>]]]></description> 
	<pubDate>Thu, 20 Mar 2008 09:35:00 GMT</pubDate> 
	<dc:author>Michael Dinowitz</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1136</guid> 
</item>

<item>
	<title><![CDATA[Find text NOT in an anchor tag ]]></title> 
	<description><![CDATA[I would like to search a piece of text for any instance of a word or <br>
	phrase, unless it is inside a set of anchor tags.<br>
	<br>
	I.E.&nbsp;&nbsp;Search for 'Foobar' and find it in 'This is a Foobar example, but <br>
	I do not want to find this &lt;a href=&quot;foobarLink.cfm&quot;&gt;<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1135"  title="Regular Expressions (RegEx): Find text NOT in an anchor tag.">more</A>]]]></description> 
	<pubDate>Wed, 19 Mar 2008 04:36:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1135</guid> 
</item>

<item>
	<title><![CDATA[\1 and 000]]></title> 
	<description><![CDATA[Shouldn't you be writing &quot;200,000&quot; (or &quot;200 000&quot;) anyway?<br>
	<br>
	So use &quot;\1,000&quot; (or &quot;\1 000&quot;)?<br>
	<br>
	Alternatively, use Java regex so you can do lookbehinds, to effectively just<br>
	replace K with 000. ie:<br>
	&lt;cfset Text = JREReplace(Text,'(?&lt;=[0-9]+)K','000','<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1134"  title="Regular Expressions (RegEx): \1 and 000">more</A>]]]></description> 
	<pubDate>Mon, 10 Mar 2008 09:55:00 GMT</pubDate> 
	<dc:author>Peter Boughton</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1134</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 2, Issue 4 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Best Practices and Development Environments. Just what we all need.
	
	Order now]]></description> 
	<guid>https://secure.houseoffusion.com/vol2issue4.cfm</guid>
	<pubDate>Wed, 20 Aug 2008 07:26:31 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

