<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>#grep posts — Ben Crowder</title>
    <link>https://bencrowder.net/blog/tag/grep/</link>
    <atom:link href="https://bencrowder.net/blog/tag/grep/feed/" rel="self" />
    <description>Feed for blog posts tagged with #grep.</description>
    <lastBuildDate>Sat, 04 Apr 2026 05:22:16 GMT</lastBuildDate>
    <language>en-US</language>
    <generator>https://bencrowder.net/</generator>

    <item>
      <title>Grepping by Unicode range</title>
      <link>https://bencrowder.net/blog/2024/grepping-by-unicode-range/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2024/grepping-by-unicode-range/</guid>
      <pubDate>Fri, 05 Jul 2024 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>TIL that ripgrep supports searching by Unicode ranges. For example:</p>
<p><code>rg "[\u0250-\u1FFF\u2027-\uFFFF]"</code></p>
<p>This greps for anything after the Latin Extended-B block, excluding some general punctuation like em/en dashes, curly quotes, and ellipses. (Useful to me for easily checking which characters I’m using on my website and thus what a new font would need to support.)</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Grepping by Unicode range">Reply via email</a></p>]]></description>
    </item>
    
  </channel>
</rss>
