<?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: Find Hex number</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/f02a6d9a3f943166/5cb24effad4ba083?show_docid=5cb24effad4ba083</link>
  <description>
  Thanks. &lt;br&gt; How do I find if a particular character is not present in a string ? &lt;br&gt; If I use [^0x1f] it would mean any character other than 1f. How do write a &lt;br&gt; RE which would mean if 1f is not present ? In other words if the patter 1f &lt;br&gt; is not matched. &lt;br&gt; &lt;p&gt;thanks &lt;br&gt; Ashmath
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/f02a6d9a3f943166/5cb24effad4ba083?show_docid=5cb24effad4ba083</guid>
  <author>
  hashmat.em...@gmail.com
  (Ashmath Khan)
  </author>
  <pubDate>Sun, 08 Nov 2009 10:59:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Find Hex number</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/f02a6d9a3f943166/cd4dbfb5cfbf943d?show_docid=cd4dbfb5cfbf943d</link>
  <description>
  hmm, maybe this &lt;br&gt; &lt;p&gt;.{2]*?8F.*
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/f02a6d9a3f943166/cd4dbfb5cfbf943d?show_docid=cd4dbfb5cfbf943d</guid>
  <author>
  inh...@gmail.com
  (inhahe)
  </author>
  <pubDate>Sun, 08 Nov 2009 07:40:53 UT
</pubDate>
  </item>
  <item>
  <title>Find Hex number</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/f02a6d9a3f943166/8452de93139a5162?show_docid=8452de93139a5162</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;Suppose I have this hex input: &amp;quot;78FE8909CD&amp;quot; etc &lt;br&gt; &lt;p&gt;Can somebody please let me know what should be the RE to find a &lt;br&gt; particular byte ? &lt;br&gt; &lt;p&gt;Say I want to find 8F from the above input ? &lt;br&gt; RE should return false, because 8F is not found as a byte because the &lt;br&gt; bytes would be:7F, FE, 89, etc &lt;br&gt; &lt;p&gt;Is is possible to find this using RE ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/f02a6d9a3f943166/8452de93139a5162?show_docid=8452de93139a5162</guid>
  <author>
  hashmat.em...@gmail.com
  (Hashmat)
  </author>
  <pubDate>Sat, 07 Nov 2009 17:55:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Help with inverse of regular expression</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bb3b86683da36941/22588afc0712aca2?show_docid=22588afc0712aca2</link>
  <description>
  The problem is that I actually want the &amp;lt;def&amp;gt; tags. I am editing a &lt;br&gt; Pearl script but don&#39;t know how perl works properly. I have changed &lt;br&gt; it to my liking but need to strip all non &amp;lt;def&amp;gt; tags out of the &lt;br&gt; document. I want to do a find and replace on all non &amp;lt;def&amp;gt; tags. &lt;br&gt; Script below. &lt;br&gt; &lt;p&gt;use CGI qw (param escape);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bb3b86683da36941/22588afc0712aca2?show_docid=22588afc0712aca2</guid>
  <author>
  jackma...@gmail.com
  (jax)
  </author>
  <pubDate>Sat, 07 Nov 2009 02:29:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Help with inverse of regular expression</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bb3b86683da36941/6bb8d187430a94ba?show_docid=6bb8d187430a94ba</link>
  <description>
  Hm... how about deleting all def tags and their contents and storing &lt;br&gt; the remainder into the result variable? &lt;br&gt; &lt;p&gt;By the way, if you have nested def tags your regex may turn to be &lt;br&gt; imperfect.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bb3b86683da36941/6bb8d187430a94ba?show_docid=6bb8d187430a94ba</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny.Sattler@gmail.com)
  </author>
  <pubDate>Fri, 06 Nov 2009 08:52:38 UT
</pubDate>
  </item>
  <item>
  <title>Help with inverse of regular expression</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bb3b86683da36941/38ed67339226abcb?show_docid=38ed67339226abcb</link>
  <description>
  I have a working regex that selects all &amp;lt;def&amp;gt;...&amp;lt;/def&amp;gt; tags. &lt;br&gt; &lt;p&gt;&amp;lt;def\b[^&amp;gt;]*&amp;gt;(.*?)&amp;lt;/def&amp;gt; &lt;br&gt; &lt;p&gt;The problem is that I want to select everything other than the def &lt;br&gt; tags and their contents. How would I go about this?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bb3b86683da36941/38ed67339226abcb?show_docid=38ed67339226abcb</guid>
  <author>
  jackma...@gmail.com
  (jax)
  </author>
  <pubDate>Thu, 05 Nov 2009 15:49:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: regex for.. well, anything?</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/140739109eeef929?show_docid=140739109eeef929</link>
  <description>
  impossible in this scenario. thus my post :) &lt;br&gt; &lt;p&gt;\S sounds like the winner. &lt;br&gt; &lt;p&gt;thanks! &lt;br&gt; sm
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/140739109eeef929?show_docid=140739109eeef929</guid>
  <author>
  spacemar...@mailinator.com
  (SpaceMarine)
  </author>
  <pubDate>Thu, 05 Nov 2009 21:19:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: JavaScript RegEx Parse Command Line into Array</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/f57aec91082c65ba/04f4f0ce4800497a?show_docid=04f4f0ce4800497a</link>
  <description>
  The nut is cracked! Still it is two step check. Judge yourself if it &lt;br&gt; is terse or not :) &lt;br&gt; &lt;p&gt;1. The main regex. &lt;br&gt; Most of the examples including listed below &lt;br&gt; &lt;p&gt;keyword:model train locomotive &lt;br&gt; keyword:redline &lt;br&gt; sellerid:allwheels2go &lt;br&gt; keyword:truck sellerid:allwheels2go &lt;br&gt; keyword:model train locomotive minbid:1
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/f57aec91082c65ba/04f4f0ce4800497a?show_docid=04f4f0ce4800497a</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny.Sattler@gmail.com)
  </author>
  <pubDate>Thu, 05 Nov 2009 10:48:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: regex for.. well, anything?</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/b590208b0a1a9412?show_docid=b590208b0a1a9412</link>
  <description>
  Fist of all i think it is easier to check without regexes using &lt;br&gt; built-in functions like IsEmpty() function or logical &amp;quot;is Not NULL&amp;quot; &lt;br&gt; check &lt;br&gt; Calling for regex library will take additional time. &lt;br&gt; As for regex approach: &lt;br&gt; 1) I think a presence of non-space character is a sign that the field &lt;br&gt; contains a value.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/b590208b0a1a9412?show_docid=b590208b0a1a9412</guid>
  <author>
  eugeny.satt...@gmail.com
  (Eugeny Sattler)
  </author>
  <pubDate>Thu, 05 Nov 2009 07:39:59 UT
</pubDate>
  </item>
  <item>
  <title>JavaScript RegEx Parse Command Line into Array</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/f57aec91082c65ba/8fd644ff38547cfb?show_docid=8fd644ff38547cfb</link>
  <description>
  I need a javascript method that will parse a command line instruction &lt;br&gt; into an array of pairs. The method should utilize the javascript &lt;br&gt; String.match or other regular expression enabled methods to implement &lt;br&gt; the parse. The regex should be implemented in a very terse &lt;br&gt; instruction. The deliverable for this project is a terse javascript
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/f57aec91082c65ba/8fd644ff38547cfb?show_docid=8fd644ff38547cfb</guid>
  <author>
  jspe...@yahoo.com
  (Jaye)
  </author>
  <pubDate>Wed, 04 Nov 2009 20:27:25 UT
</pubDate>
  </item>
  <item>
  <title>regex for.. well, anything?</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/3425e1805c2feab8?show_docid=3425e1805c2feab8</link>
  <description>
  hello, &lt;br&gt; &lt;p&gt;im a seasoned programmer but a regex newb. ive read some excellent &lt;br&gt; tutorials over the years, but i still often find myself starting all &lt;br&gt; over with baby steps when it comes to regexes. dunno why. &lt;br&gt; &lt;p&gt;i need to plug in a regex into a software tool that validates a &lt;br&gt; string. for this particular string, i dont care *what* the value is,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/bbde812ef5fa46a0/3425e1805c2feab8?show_docid=3425e1805c2feab8</guid>
  <author>
  spacemar...@mailinator.com
  (SpaceMarine)
  </author>
  <pubDate>Wed, 04 Nov 2009 18:54:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: newbie question</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/ad876d5484c3b2cf/0d290d028ea94096?show_docid=0d290d028ea94096</link>
  <description>
  thanks! &lt;br&gt; &lt;p&gt;On Oct 30, 4:01 am, &amp;quot;Eugeny.Satt...@gmail.com&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/ad876d5484c3b2cf/0d290d028ea94096?show_docid=0d290d028ea94096</guid>
  <author>
  spacemar...@mailinator.com
  (SpaceMarine)
  </author>
  <pubDate>Wed, 04 Nov 2009 18:51:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Succinct regex to match this</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/a0acd0a0262d9fcc/4476d368efbf4008?show_docid=4476d368efbf4008</link>
  <description>
  I&#39;m not familiar with those things ... as I mentioned to Accmailer &lt;br&gt; above, a b and c are to &lt;br&gt; be considered regex particles, not single characters. I don&#39;t know if &lt;br&gt; that changes your answer. &lt;br&gt; &lt;p&gt;Probably not. I found a workaround by prefixing my test string as &lt;br&gt; well as the regex.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/a0acd0a0262d9fcc/4476d368efbf4008?show_docid=4476d368efbf4008</guid>
  <author>
  rpres...@gmail.com
  (Ross Presser)
  </author>
  <pubDate>Wed, 04 Nov 2009 00:03:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Succinct regex to match this</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/a0acd0a0262d9fcc/3878bc386eefab49?show_docid=3878bc386eefab49</link>
  <description>
  &amp;quot;a&amp;quot;, &amp;quot;b&amp;quot; and &amp;quot;c&amp;quot; are to be considered markers for regex pieces, not &lt;br&gt; just characters. so, matching something like &lt;br&gt; &lt;p&gt;12y13d &lt;br&gt; &lt;p&gt;is equivalent to matching &lt;br&gt; &lt;p&gt;ac &lt;br&gt; &lt;p&gt;where &lt;br&gt; a = [0-9]+y &lt;br&gt; b = [0-9]+m &lt;br&gt; c = [0-9]+d &lt;br&gt; &lt;p&gt;substring is perhaps a bad word for the concept ... what&#39;s meant is a &lt;br&gt; string composed of optional elements that must be in a certain order,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/a0acd0a0262d9fcc/3878bc386eefab49?show_docid=3878bc386eefab49</guid>
  <author>
  rpres...@gmail.com
  (Ross Presser)
  </author>
  <pubDate>Wed, 04 Nov 2009 00:00:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: tricky question</title>
  <link>http://groups.google.com/group/regex/browse_thread/thread/c94ff61efd9b4dce/ca53eae8e48f76bd?show_docid=ca53eae8e48f76bd</link>
  <description>
  Because * is greedy, *? is lazy. &lt;br&gt; Lazy means &amp;quot;it is better to match nothing at all , than try to match anything&amp;quot; &lt;br&gt; The whole your expression matches OK without trying to match \s*? part. &lt;br&gt; &amp;quot;So why bother?&amp;quot; - thinks regex processor...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/regex/browse_thread/thread/c94ff61efd9b4dce/ca53eae8e48f76bd?show_docid=ca53eae8e48f76bd</guid>
  <author>
  eugenysatt...@gmail.com
  (Затлер Евгений Викторович)
  </author>
  <pubDate>Tue, 03 Nov 2009 08:59:20 UT
</pubDate>
  </item>
  </channel>
</rss>
