<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comregex</title>
    <link>http://lekkimworld.com/tags/regex/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comregex</title>
      <url>http://lekkimworld.com/tags/regex/</url>
    </image>
    <item>
      <title>Regex cheat sheet</title>
      <link>http://lekkimworld.com/2007/06/13/regex_cheat_sheet.html</link>
      <content:encoded>&lt;p&gt;
&lt;a href="http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/"&gt;Regex cheat sheet&lt;/a&gt; via &lt;a href="http://johankanngard.net/2007/06/12/links-for-2007-06-12/"&gt;Johan&lt;/a&gt;.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/regex/">regex</category>
      <pubDate>Wed, 13 Jun 2007 13:28:24 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-06-13:default/1181741304123</guid>
      <dc:date>2007-06-13T13:28:24Z</dc:date>
    </item>
    <item>
      <title>RegexBuddy upgraded to v.3.0</title>
      <link>http://lekkimworld.com/2007/06/13/regexbuddy_upgraded_to_v_3_0.html</link>
      <content:encoded>&lt;p&gt;
Just received a complimentary update from my previous v. 2.3.2 of RegexBuddy to the new v. 3 since I bought it only a short while back. How I love the internet and the level of service provided by all the independent ISV's. RegexBuddy has quickly become a great and invaluable tool for me as I use regular expressions almost every day. The new version sports a &lt;a href="http://www.regexbuddy.com/history.html"&gt;lot of improvements&lt;/a&gt; but keeps the low startup time which is crucial for me. A very nice new feature is the history view and the updated look'n'feel. The possibility of setting the regex flavor you are using (e.g. java.util.regex) is very nice too.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/regex/">regex</category>
      <category domain="http://lekkimworld.com/tags/regexbuddy/">regexbuddy</category>
      <pubDate>Wed, 13 Jun 2007 07:19:35 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-06-13:default/1181719175305</guid>
      <dc:date>2007-06-13T07:19:35Z</dc:date>
    </item>
    <item>
      <title>RegexBuddy</title>
      <link>http://lekkimworld.com/2007/05/01/regexbuddy.html</link>
      <content:encoded>&lt;p&gt;
I'm really in love with &lt;a href="http://en.wikipedia.org/wiki/Regular_expression"&gt;regular expression&lt;/a&gt; or regex for short and I find myself using them more and more in my day-to-day programming. When writing and testing them I have previously been using on-line tools (like &lt;a href="http://www.javaregex.com/test.html"&gt;this&lt;/a&gt;) but recently I bought &lt;a href="http://www.regexbuddy.com/"&gt;RegexBuddy&lt;/a&gt; which I can really recommend. It loads fast, makes it easy to write, test, debug regular expressions and copy the regex to the target programming language automatically handling escaping strings for that particular programming language. Nice!
&lt;/p&gt;
&lt;p&gt;
Best 30 Euros I have spent in a while.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://lekkimworld.com/images/misc/regexbuddy.png" /&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/regex/">regex</category>
      <category domain="http://lekkimworld.com/tags/regexbuddy/">regexbuddy</category>
      <pubDate>Tue, 01 May 2007 11:54:01 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-05-01:default/1178020441951</guid>
      <dc:date>2007-05-01T11:54:01Z</dc:date>
    </item>
    <item>
      <title>Small regexp tip</title>
      <link>http://lekkimworld.com/2007/03/20/small_regexp_tip.html</link>
      <content:encoded>&lt;p&gt;
To find the shortest match in a using using regular expressions you can use a "Reluctant" qualifier like ".+?" instead of simply ".+" (greedy qualifier) which will find the longest match. 
&lt;/p&gt;
&lt;p&gt;
Wow - did that make my day!! :-)
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/regex/">regex</category>
      <pubDate>Tue, 20 Mar 2007 21:21:11 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-03-20:default/1174425671816</guid>
      <dc:date>2007-03-20T21:21:11Z</dc:date>
    </item>
    <item>
      <title>Comment SPAM - again...</title>
      <link>http://lekkimworld.com/2006/07/07/comment_spam_again.html</link>
      <content:encoded>&lt;p&gt;
The easiest way to block comment SPAM is to turn of comments altogether. Another way is to turn of comments to existing posts periodicly which is the way I do it (using a cron job). I'm running &lt;a href="http://pebble.sf.net"&gt;Pebble&lt;/a&gt; for my blog so disabling comments and trackbacks in bulk is easy using Perl and regular expressions:
&lt;pre class="code"&gt;
perl -pi -e 's/\&amp;lt;commentsEnabled\&amp;gt;true/\&amp;lt;commentsEnabled\&amp;gt;false/' `find . -name [0-9]*.xml`
perl -pi -e 's/\&amp;lt;trackBacksEnabled\&amp;gt;true/\&amp;lt;trackBacksEnabled\&amp;gt;false/' `find . -name [0-9]*.xml`
&lt;/pre&gt;
This is the same approach as I have been used &lt;a href="http://lekkimworld.com/2005/08/11/1123741362580.html"&gt;previously&lt;/a&gt; to rename categories.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/comments/">comments</category>
      <category domain="http://lekkimworld.com/tags/pebble/">pebble</category>
      <category domain="http://lekkimworld.com/tags/regex/">regex</category>
      <category domain="http://lekkimworld.com/tags/spam/">spam</category>
      <pubDate>Fri, 07 Jul 2006 08:15:03 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-07-07:default/1152260103621</guid>
      <dc:date>2006-07-07T08:15:03Z</dc:date>
    </item>
  </channel>
</rss>


