<?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 &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Sat, 25 May 2013 01:17:42 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[TS6079: ColdFusion Developers - Great Opportunity - long term Contract]]></title> 
	<description><![CDATA[TS6079: ColdFusion Developers - Great Opportunity - long term Contract<br>
	<br>
	Please contact lina@tansoncorp.com for more info.<br>
	<br>
	Job Title: Coldfusion Developers<br>
	Job Location: Rochester, MN<br>
	Job Duration: long term (Contract)<br>
	Pay Range: Open<br>
	<br>
	Job <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1257"  title="Regular Expressions (RegEx): TS6079: ColdFusion Developers - Great Opportunity - long term Contract">more</A>]]]></description> 
	<pubDate>Thu, 05 Apr 2012 12:00:00 GMT</pubDate> 
	<dc:author>Lina Danes </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1257</guid> 
</item>

<item>
	<title><![CDATA[How to find the last comma and the word following it w/regex]]></title> 
	<description><![CDATA[Peter Boughton wrote:<br>
	&gt; <br>
	&gt; Hopefully that all makes sense?<br>
	&gt; <br>
	Yes that makes perfect sense, it works perfectly! You are a lifesaver Peter,<br>
	thank you!<br>
	David Pierce<br>
	-- <br>
	View this message in context: <A HREF="http://old.nabble.com/How-to-find-the-last-comma-">http://old.nabble.com/How-to-find-the-last-comma-</A><BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1256"  title="Regular Expressions (RegEx): How to find the last comma and the word following it w/regex">more</A>]]]></description> 
	<pubDate>Wed, 07 Mar 2012 03:17:00 GMT</pubDate> 
	<dc:author>MotoManiac </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1256</guid> 
</item>

<item>
	<title><![CDATA[How to find the last comma and the word following it w/regex]]></title> 
	<description><![CDATA[You can use $ to match the end of the string, and [^,] to match<br>
	&quot;anything except a comma&quot;.<br>
	<br>
	So to find the last comma, you want to match a comma, followed by<br>
	&quot;anything except a comma&quot; as many times as necessary until the end of<br>
	the string.<br>
	<br>
	To then<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1255"  title="Regular Expressions (RegEx): How to find the last comma and the word following it w/regex">more</A>]]]></description> 
	<pubDate>Wed, 07 Mar 2012 03:02:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1255</guid> 
</item>

<item>
	<title><![CDATA[How to find the last comma and the word following it w/regex]]></title> 
	<description><![CDATA[I have a dynamically created a comma delimited string via form submission:<br>
	i.e. &quot;Monday, Tuesday, Thursday, Saturday&quot; OR &quot;Tuesday, Thursday&quot; etc.<br>
	Pretty standard stuff. I have already cleaned the string to remove any<br>
	preceeding or trailing comma's and <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1254"  title="Regular Expressions (RegEx): How to find the last comma and the word following it w/regex">more</A>]]]></description> 
	<pubDate>Wed, 07 Mar 2012 02:48:00 GMT</pubDate> 
	<dc:author>MotoManiac </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1254</guid> 
</item>

<item>
	<title><![CDATA[Find string with more then numbers between two other strings ]]></title> 
	<description><![CDATA[Actually, now that I think about it a little more....<br>
	<br>
	Is it safe to assume that you have well-formed XML (even though you<br>
	don't want to parse it), that the &lt;tag&gt; element has no child elements,<br>
	and finally that there are no comments or CDATA blocks in<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1253"  title="Regular Expressions (RegEx): Find string with more then numbers between two other strings.">more</A>]]]></description> 
	<pubDate>Mon, 07 Mar 2011 05:14:00 GMT</pubDate> 
	<dc:author>Barney Boisvert </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1253</guid> 
</item>

<item>
	<title><![CDATA[Find string with more then numbers between two other strings ]]></title> 
	<description><![CDATA[On 3/7/2011 11:40 AM, Barney Boisvert wrote:<br>
	<br>
	Well, I'm not really looking for a new XML parser at this time as <br>
	ColdFusion is not expected to parse the file.&nbsp;&nbsp;I am only trying to clean <br>
	up an example, demonstration file that the can then be used for <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1252"  title="Regular Expressions (RegEx): Find string with more then numbers between two other strings.">more</A>]]]></description> 
	<pubDate>Mon, 07 Mar 2011 05:02:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1252</guid> 
</item>

<item>
	<title><![CDATA[Find string with more then numbers between two other strings ]]></title> 
	<description><![CDATA[Get a better parser.&nbsp;&nbsp;SAX - is designed for stream processing - is<br>
	exactly what you need.&nbsp;&nbsp;The DOM-centric CF XML stuff is great for<br>
	simple stuff, but as you've found, only works for small documents.&nbsp;&nbsp;I<br>
	haven't checked CF9, but CF8 uses the Apache XML <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1251"  title="Regular Expressions (RegEx): Find string with more then numbers between two other strings.">more</A>]]]></description> 
	<pubDate>Mon, 07 Mar 2011 02:41:00 GMT</pubDate> 
	<dc:author>Barney Boisvert </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1251</guid> 
</item>

<item>
	<title><![CDATA[Find string with more then numbers between two other strings ]]></title> 
	<description><![CDATA[I'm struggling with a regular expression to match this:<br>
	<br>
	&lt;SITE_LOC_ID&gt;&lt;!--help--&gt;&lt;/SITE_LOC_ID&gt;<br>
	<br>
	Where the help content is any string that contains one or more <br>
	characters that are NOT digits.<br>
	<br>
	I know [^0-9] would match a single non-digit character<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1250"  title="Regular Expressions (RegEx): Find string with more then numbers between two other strings.">more</A>]]]></description> 
	<pubDate>Mon, 07 Mar 2011 01:41:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1250</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[&gt; I did try both of your suggestions, but RS threw the following error in<br>
	&gt; both cases:<br>
	&gt;<br>
	&gt; &quot;lookbehind assertion is not fixed length&quot;<br>
	&gt;<br>
	&gt; Any idea what that means?<br>
	<br>
	Ah yeah, that's an annoying restriction many regex implementations<br>
	have - they <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1249"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 11:58:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1249</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[Peter, thank you for helping me with this.&nbsp;&nbsp;I will DEFINITELY read thru<br>
	the links you have provided.<br>
	<br>
	I did try both of your suggestions, but RS threw the following error in<br>
	both cases:<br>
	<br>
	&quot;lookbehind assertion is not fixed length&quot;<br>
	<br>
	Any <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1248"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 11:41:00 GMT</pubDate> 
	<dc:author>Craig Boyd</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1248</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[&gt; I am using this in Real Studio.  It uses the PCRE library, v7.7<br>
	<br>
	Ok, in that case, you can do this:<br>
	<br>
	&nbsp;&nbsp;&nbsp; (?&lt;=CREATE\s+TABLE\s+)\w+<br>
	<br>
	Or this:<br>
	<br>
	&nbsp;&nbsp;&nbsp; (?&lt;=CREATE\s+TABLE\s+)[^\n(]+<br>
	<br>
	The &quot;(?&lt;= )&quot; part there is a lookbehind, which is a zero-width<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1247"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 11:31:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1247</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[My apologies for not supplying enough information.&nbsp;&nbsp;Please understand<br>
	that it stems from my lack of understanding RegEx and not anything else.<br>
	<br>
	I am using this in Real Studio.&nbsp;&nbsp;It uses the PCRE library, v7.7<br>
	<br>
	Is that helpful?<br>
	<br>
	Thanks<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1246"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 11:12:00 GMT</pubDate> 
	<dc:author>Craig Boyd</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1246</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[&gt; That is getting me the whole line.  Is there a way to just pull out the<br>
	&gt; table name?<br>
	<br>
	There's lots of ways, but you've not given enough information.<br>
	<br>
	Is this regex used in programming code, in an IDE, or somewhere else<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1245"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 10:40:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1245</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[Chris,<br>
	<br>
	That is getting me the whole line.&nbsp;&nbsp;Is there a way to just pull out the<br>
	table name?<br>
	<br>
	Thanks,<br>
	<br>
	Craigbert<br>
	<br>
	________________________________<br>
	<br>
	From: Chris Porter [mailto:cporter@yarooze.com] <br>
	Sent: Friday, November 05, 2010 <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1244"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 09:42:00 GMT</pubDate> 
	<dc:author>Craig Boyd</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1244</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 25 May 2013 01:17:42 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[More information would be useful.<br>
	<br>
	You haven't provided your attempts - probably they are failing because<br>
	you are using &quot;.&quot; and expecting it to match newlines, which it doesn't<br>
	(although that can be enabled with a flag, but it's not always the<br>
	best <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1243"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 09:39:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1243</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[Chris,<br>
	<br>
	Thanks for such a quick response!&nbsp;&nbsp;I will give this a shot!<br>
	<br>
	Sincerely,<br>
	<br>
	Craigbert<br>
	<br>
	________________________________<br>
	<br>
	From: Chris Porter [mailto:cporter@yarooze.com] <br>
	Sent: Friday, November 05, 2010 8:24 AM<br>
	To: cf-regex@<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1242"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 09:30:00 GMT</pubDate> 
	<dc:author>Craig Boyd</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1242</guid> 
</item>

<item>
	<title><![CDATA[Regex for DDL]]></title> 
	<description><![CDATA[Hello All,<br>
	<br>
	I can do basic regex, but this one has me stumped.&nbsp;&nbsp;I need to extract<br>
	the table name from a DDL statement.&nbsp;&nbsp;Generally, when creating a table<br>
	the statement looks like this:<br>
	<br>
	CREATE TABLE CUSTOMER (<br>
	<br>
	FLD1...<br>
	<br>
	);<br>
	<br>
	The <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1241"  title="Regular Expressions (RegEx): Regex for DDL">more</A>]]]></description> 
	<pubDate>Fri, 05 Nov 2010 09:16:00 GMT</pubDate> 
	<dc:author>Craig Boyd</dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1241</guid> 
</item>

<item>
	<title><![CDATA[OT Regex question ]]></title> 
	<description><![CDATA[&gt;To put the two commands together, you chain them with a pipe character, like so:<br>
	&gt;<br>
	&gt;&nbsp;&nbsp;&nbsp; grep -ir 'master' ./* | grep -iv 'california'<br>
	&gt;<br>
	&gt;Hopefully that all makes sense?<br>
	<br>
	Thanks for the answer, back to work after a day off yesterday.&nbsp;&nbsp;So I now get <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1240"  title="Regular Expressions (RegEx): OT Regex question.">more</A>]]]></description> 
	<pubDate>Thu, 07 Oct 2010 10:03:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1240</guid> 
</item>

<item>
	<title><![CDATA[OT Regex question ]]></title> 
	<description><![CDATA[It certainly does matter that it's Unix grep, because that allows you<br>
	to pipe and invert, which is far easier and probably faster too.<br>
	<br>
	To get everything that contains 'master' you'd do:<br>
	&nbsp;&nbsp;&nbsp; grep -ir 'master' ./*<br>
	<br>
	And to get get everything that does<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1239"  title="Regular Expressions (RegEx): OT Regex question.">more</A>]]]></description> 
	<pubDate>Tue, 05 Oct 2010 04:55:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1239</guid> 
</item>

<item>
	<title><![CDATA[OT Regex question ]]></title> 
	<description><![CDATA[Assuming this list is still alive, looks like the last post was from February.<br>
	<br>
	Can somebody suggest a regex expression that would find all lines that contains an arbitrary string only if it DOES NOT contain another arbitrary string.<br>
	<br>
	I.E. find all <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1238"  title="Regular Expressions (RegEx): OT Regex question.">more</A>]]]></description> 
	<pubDate>Tue, 05 Oct 2010 04:15:00 GMT</pubDate> 
	<dc:author>Ian Skinner </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1238</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 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 Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 25 May 2013 01:17:43 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

