<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Regex Google Group</title>
  <link>http://groups.google.com/group/regex</link>
  <description>Discussing Regular Expressions in variuos tools (perl, php, egrep, PowerGREP, .NET, procmail etc. etc). Let&amp;#39;s help each other build effective regexes!</description>
  <language>en</language>
  <item>
  <title>Re: regular expression for this</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/6df911956bacc994/bb2b4cae5801da93?show_docid=bb2b4cae5801da93</link>
  <description>
  I don&#39;t see big faults in your expression except may be not escaping &lt;br&gt; the dot. &lt;br&gt; Having tested your expression I see it catches the whole line. &lt;br&gt; &lt;p&gt;I might improved it a bit this way &lt;br&gt; ^\s*\d+((,\s+[+-]?\d*\.?\d+[eE ][+-]\d+)+)\s*$ &lt;br&gt; &lt;p&gt;If you know there will be always not less than 1 and not more than 3
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/6df911956bacc994/bb2b4cae5801da93?show_docid=bb2b4cae5801da93</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny.Sattler@gmail.com)
  </author>
  <pubDate>Tue, 24 Nov 2009 10:18:29 UT
</pubDate>
  </item>
  <item>
  <title>regular expression for this</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/6df911956bacc994/c7b7b1994a001aa4?show_docid=c7b7b1994a001aa4</link>
  <description>
  Hi guys, &lt;br&gt; &lt;p&gt;I&#39;m new to this group and I joined after spending quite a while trying &lt;br&gt; to get a regular expression. The line I&#39;m trying to read from a file &lt;br&gt; looks like the following: &lt;br&gt; &lt;p&gt; 1, 0.000000e+00, 1.000000e+00, 2.000000e+00 &lt;br&gt; &lt;p&gt;So the first item is a digit, followed by 3 floats. I tried the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/6df911956bacc994/c7b7b1994a001aa4?show_docid=c7b7b1994a001aa4</guid>
  <author>
  alejandro.ara...@gmail.com
  (aaragon)
  </author>
  <pubDate>Tue, 24 Nov 2009 02:54:38 UT
</pubDate>
  </item>
  <item>
  <title>xregexp.com</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/23c1879196339f39/83e017b1ac32b755?show_docid=83e017b1ac32b755</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://xregexp.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;What is it? &lt;br&gt; &lt;p&gt;XRegExp is an open source (MIT license) JavaScript library that &lt;br&gt; provides an augmented, extensible, cross-browser implementation of &lt;br&gt; regular expressions, including support for additional syntax, flags, &lt;br&gt; and methods. &lt;br&gt; &lt;p&gt;XRegExp is fully compliant with the regular expression flavor
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/23c1879196339f39/83e017b1ac32b755?show_docid=83e017b1ac32b755</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny.Sattler@gmail.com)
  </author>
  <pubDate>Sat, 21 Nov 2009 11:30:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: regex for.. well, anything?</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/fe247b5dbedc16e2?show_docid=fe247b5dbedc16e2</link>
  <description>
  I think it is because of the following. &lt;br&gt; If the software requires &amp;quot;the whole string should be matched&amp;quot;, &lt;br&gt; indeed .* is the right thing to use. &lt;br&gt; &lt;p&gt;if the software applies &amp;quot;find a substring is enough&amp;quot; &lt;br&gt; approach , then \S should suffice. &lt;br&gt; \S might be not supported - in this case [^\s] which is the same, can
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/fe247b5dbedc16e2?show_docid=fe247b5dbedc16e2</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny.Sattler@gmail.com)
  </author>
  <pubDate>Sat, 21 Nov 2009 10:31:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: regex for.. well, anything?</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/ea58edefc0806392?show_docid=ea58edefc0806392</link>
  <description>
  update on this... &lt;br&gt; &lt;p&gt;i&#39;m using HP&#39;s Quick Test Pro, an enterprise scripting tool designed &lt;br&gt; to record and verify front-end application use (regression testing). &lt;br&gt; in it, designating a GUI textbox with the \S pattern (meaning, the &lt;br&gt; textbox may contain anything) does not work; tests don&#39;t pass. &lt;br&gt; &lt;p&gt;however, using .* as the pattern does work.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/ea58edefc0806392?show_docid=ea58edefc0806392</guid>
  <author>
  spacemar...@mailinator.com
  (SpaceMarine)
  </author>
  <pubDate>Fri, 20 Nov 2009 21:35:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using regular expression to extract text between HTML tags</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/fa79bd951e068151/e26ac02852777edb?show_docid=e26ac02852777edb</link>
  <description>
  This is great! Thank you very much. I think it will save me a lot of &lt;br&gt; time. I also discovered Scrapy &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://scrapy.org/&quot;&gt;[link]&lt;/a&gt; which uses XPath &lt;br&gt; selectors to extract text from HTML. It allows regex too. I am still &lt;br&gt; trying to make the spider work. I may need to create more than one &lt;br&gt; spider for websites of different structures. Or I may test with few
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/fa79bd951e068151/e26ac02852777edb?show_docid=e26ac02852777edb</guid>
  <author>
  azeyn...@gmail.com
  (Zeynel)
  </author>
  <pubDate>Fri, 20 Nov 2009 05:00:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/ca01b7ed6a94250a?show_docid=ca01b7ed6a94250a</link>
  <description>
  Tested in Free JavaScript Editor by Yaldex Software (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.yaldex.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; and it matches OK. &lt;br&gt; See attached screenshot.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/ca01b7ed6a94250a?show_docid=ca01b7ed6a94250a</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny Sattler)
  </author>
  <pubDate>Fri, 20 Nov 2009 03:54:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/cc7a1b4c7a10f828?show_docid=cc7a1b4c7a10f828</link>
  <description>
  In JavaScript, this regex: &lt;br&gt; &lt;p&gt;/^\(.*$/m &lt;br&gt; &lt;p&gt;matches a complete string if it starts with a (. If the string has &lt;br&gt; embedded line breaks, it matches the first line in the multi-line &lt;br&gt; string that starts with a ( &lt;br&gt; &lt;p&gt;This regex: &lt;br&gt; &lt;p&gt;(/^\(/m &lt;br&gt; &lt;p&gt;matches ( at the start of a line. &lt;br&gt; &lt;p&gt;The RegexBuddy source code snippet shown above returns true/false
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/cc7a1b4c7a10f828?show_docid=cc7a1b4c7a10f828</guid>
  <author>
  j...@jgsoft.com
  (Jan Goyvaerts)
  </author>
  <pubDate>Fri, 20 Nov 2009 00:18:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/cf0649c189bee513?show_docid=cf0649c189bee513</link>
  <description>
  what&#39;s interesting is testing this regex &lt;br&gt; &lt;p&gt;^\( &lt;br&gt; &lt;p&gt;against this string &lt;br&gt; &lt;p&gt;(TEST &lt;br&gt; &lt;p&gt;on these two regex test site .. one matches, one doesn&#39;t &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://regexpal.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.regexplanet.com/simple/index.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I tried ^\( and ^\\( in my javascript code and neither works. &lt;br&gt; &lt;p&gt;surely, there is a way around this.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/cf0649c189bee513?show_docid=cf0649c189bee513</guid>
  <author>
  j...@webdos.com
  (jc)
  </author>
  <pubDate>Thu, 19 Nov 2009 15:43:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/29f99494d0998649?show_docid=29f99494d0998649</link>
  <description>
  I tried this.. &lt;br&gt; if (/^\(.*$/im.test(strTitle)) { &lt;br&gt; &lt;p&gt;But it did not work. Not that I understand that code. &lt;br&gt; &lt;p&gt;On the subject of Regex buddy.. &lt;br&gt; &lt;p&gt;I tried testing &lt;br&gt; &lt;p&gt;&amp;quot;^&amp;quot;+&amp;quot;\(&amp;quot; &lt;br&gt; against this string &lt;br&gt; (TEST) &lt;br&gt; &lt;p&gt;here &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.regexplanet.com/simple/index.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;and it fails. &lt;br&gt; &lt;p&gt;That reminds me.. anybody know of a good online web based regex
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/29f99494d0998649?show_docid=29f99494d0998649</guid>
  <author>
  j...@webdos.com
  (jc)
  </author>
  <pubDate>Thu, 19 Nov 2009 15:27:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/711fe4024af29b18?show_docid=711fe4024af29b18</link>
  <description>
  RegexBuddy advises such syntax: &lt;br&gt; &lt;p&gt;if (/^\(.*$/im.test(subject_strin g)) { &lt;br&gt; alert(&amp;quot;found&amp;quot;); &lt;br&gt; alert(&amp;quot;not found&amp;quot;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/711fe4024af29b18?show_docid=711fe4024af29b18</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny Sattler)
  </author>
  <pubDate>Thu, 19 Nov 2009 15:08:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/29b12ca7449d26d4?show_docid=29b12ca7449d26d4</link>
  <description>
  I did.. no luck.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/29b12ca7449d26d4?show_docid=29b12ca7449d26d4</guid>
  <author>
  j...@webdos.com
  (jc)
  </author>
  <pubDate>Thu, 19 Nov 2009 13:22:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/87c0e117b3db070a?show_docid=87c0e117b3db070a</link>
  <description>
  JavaScript is probably interpreting the escape sequence and then feeding &amp;quot;(&amp;quot; &lt;br&gt; into the regex machine. &lt;br&gt; You may have to try doing &amp;quot;\\(&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/87c0e117b3db070a?show_docid=87c0e117b3db070a</guid>
  <author>
  inh...@gmail.com
  (inhahe)
  </author>
  <pubDate>Thu, 19 Nov 2009 12:45:58 UT
</pubDate>
  </item>
  <item>
  <title>matching strings that start with (</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/7c4d2c2750543080?show_docid=7c4d2c2750543080</link>
  <description>
  The regex in this Javascript is not working to find strings that &lt;br&gt; start with &amp;quot;(&amp;quot;. Escaping the ( and using chr(40) did not work either. &lt;br&gt; I confirmed strings that match are being sent. And if I change my &lt;br&gt; match to another character like &amp;quot;-&amp;quot; it works. &lt;br&gt; &lt;p&gt;How do I do this? &lt;br&gt; &lt;p&gt;if (strTitle.match(&amp;quot;^&amp;quot;+&amp;quot;(&amp;quot;))
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/b13edf2d7c681f74/7c4d2c2750543080?show_docid=7c4d2c2750543080</guid>
  <author>
  j...@webdos.com
  (jc)
  </author>
  <pubDate>Thu, 19 Nov 2009 12:35:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using regular expression to extract text between HTML tags</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/fa79bd951e068151/460f38c716a72e14?show_docid=460f38c716a72e14</link>
  <description>
  Here is the regex and the excel file that illustrate my approach. &lt;br&gt; &lt;p&gt;The regex (in free spacing mode and in &amp;quot;dot matches newlines&amp;quot; mode) &lt;br&gt; &lt;p&gt;&amp;lt;title&amp;gt; &lt;br&gt; ((?:(?!&amp;lt;/title&amp;gt;)(?! - ).)*?) #column 1 &lt;br&gt; (\x20-\x20(?:(?!&amp;lt;/title&amp;gt;)(?! - ).)*?) #column2 &lt;br&gt; (\x20-\x20(?:(?!&amp;lt;/title&amp;gt;)(?! - ).)*?)? #column3 (optional)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/fa79bd951e068151/460f38c716a72e14?show_docid=460f38c716a72e14</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny Sattler)
  </author>
  <pubDate>Wed, 18 Nov 2009 10:30:52 UT
</pubDate>
  </item>
  </channel>
</rss>
