<?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>Thu, 09 Feb 2012 09:48:05 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[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[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[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>Thu, 09 Feb 2012 09:48:05 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</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[RegEx for range]]></title> 
	<description><![CDATA[{1,9}, right?&nbsp;&nbsp;I think that's what your asking.&nbsp;&nbsp;{2,} means two or<br>
	more, {,3} means three or less, and {2,3} means both two or more and<br>
	three or less (i.e., 2-3).<br>
	<br>
	cheers,<br>
	barneyb<br>
	<br>
	On Sun, Feb 14, 2010 at 6:04 PM, Ria&nbsp;&nbsp;Ragam &lt;Ragam0312@gmail.com&gt; <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1237"  title="Regular Expressions (RegEx): RegEx for range">more</A>]]]></description> 
	<pubDate>Sun, 14 Feb 2010 11:15:00 GMT</pubDate> 
	<dc:author>Barney Boisvert </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1237</guid> 
</item>

<item>
	<title><![CDATA[RegEx for range]]></title> 
	<description><![CDATA[Hi All,<br>
	<br>
	I am trying to write a regEX for numbers which should only test for range {1-9} and not&nbsp;&nbsp;for range {10,}<br>
	It should only check for 1 to 999999999 and not 1111111111 or more(means should accept them).<br>
	for range more than 10 or more we use {10<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1236"  title="Regular Expressions (RegEx): RegEx for range">more</A>]]]></description> 
	<pubDate>Sun, 14 Feb 2010 09:12:00 GMT</pubDate> 
	<dc:author>Ria  Ragam </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1236</guid> 
</item>

<item>
	<title><![CDATA[Count word in one line and &lt;enter&gt;]]></title> 
	<description><![CDATA[Ok, the main regex that will do this is:<br>
	<br>
	(?m-s)^.*?(?:WordToCheck).*$<br>
	<br>
	Except CF8 doesn't support the '-s' flag, to prevent '.' matching<br>
	newlines, so instead I had to do:<br>
	<br>
	(?m)^.*?(?:WordToCheck)[^\n]*$<br>
	<br>
	And here's the full code example/test<BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1235"  title="Regular Expressions (RegEx): Count word in one line and &lt;enter&gt;">more</A>]]]></description> 
	<pubDate>Wed, 08 Jul 2009 01:33:00 GMT</pubDate> 
	<dc:author>Peter Boughton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1235</guid> 
</item>

<item>
	<title><![CDATA[Count word in one line and &lt;enter&gt;]]></title> 
	<description><![CDATA[The text contains 5 lines.. Sorry the the typing error.<br>
	<br>
	&gt; Thank you for replying, actually, I want to count how many line has <br>
	&gt; that word. It does not a problem if the word is repeated or not as <br>
	&gt; long as the word is found in the line. <br>
	&gt; <br>
	&gt; For <BR> [<A href="http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1234"  title="Regular Expressions (RegEx): Count word in one line and &lt;enter&gt;">more</A>]]]></description> 
	<pubDate>Wed, 08 Jul 2009 10:08:00 GMT</pubDate> 
	<dc:author>Badrul Anuar </dc:author> 
	<guid>http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1234</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>Thu, 09 Feb 2012 09:48:05 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>


