<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>programming_regex on Caleb&#39;s Dev Blog</title>
    <link>https://wightman.xyz/tags/programming_regex/</link>
    <description>Recent content in programming_regex on Caleb&#39;s Dev Blog</description>
    <image>
      <url>https://wightman.xyz/</url>
      <link>https://wightman.xyz/</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Mon, 10 Oct 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://wightman.xyz/tags/programming_regex/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>regex notes</title>
      <link>https://wightman.xyz/posts/regex-notes/</link>
      <pubDate>Mon, 10 Oct 2022 00:00:00 +0000</pubDate>
      
      <guid>https://wightman.xyz/posts/regex-notes/</guid>
      <description>#programming/raku #programming/regex
Regex- a pattern for strings /^ start $/ end
   Character Class Negation Matches     \d \D A digit   \w \W A word character (letter, digit, underscore)   \s \S Whitespace, blanks, newlines, etc.   \h \H Horizontal whitespace   \v \V Vertical whitespace   \n \N Logical newline (carriage return, line feed)   .  Any char       Method Example Matches     Enumeration [abc] a, b, or c   Negation -[abc] Anything except a, b, or c   Range [a.</description>
    </item>
    
  </channel>
</rss>
