<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: bbedit code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 05 Sep 2008 22:38:03 GMT</pubDate>
    <description>DZone Snippets: bbedit code</description>
    <item>
      <title>GREP searching in BBEdit</title>
      <link>http://snippets.dzone.com/posts/show/1951</link>
      <description>I do some GREP searching in BBEdit at times, and am saving the code I use for it here so I don't have to look it up every time!&lt;br /&gt;&lt;br /&gt;The following will find any lines that have text like this: /anynumberoflettersortext/ABC - where ABC is any three letters, uppercase or lowercase, but no more than 3.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/[-a-zA-Z0-9]+?/[-a-zA-Z]{3}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 22 Apr 2006 18:56:00 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1951</guid>
      <author>nothingless (Sasha)</author>
    </item>
  </channel>
</rss>
