<?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>Regular Expression on Changlin&#39;s Blog</title>
    <link>https://timely-sprinkles-c55fc0.netlify.app/tags/regular-expression/</link>
    <description>Recent content in Regular Expression on Changlin&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 18 Dec 2023 19:33:06 -0600</lastBuildDate><atom:link href="https://timely-sprinkles-c55fc0.netlify.app/tags/regular-expression/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Regex</title>
      <link>https://timely-sprinkles-c55fc0.netlify.app/posts/regex/</link>
      <pubDate>Mon, 18 Dec 2023 19:33:06 -0600</pubDate>
      
      <guid>https://timely-sprinkles-c55fc0.netlify.app/posts/regex/</guid>
      <description>Regular Expression A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for &amp;ldquo;find&amp;rdquo; or &amp;ldquo;find and replace&amp;rdquo; operations on strings, or for input validation.
Basic rule for Regex Quantifier(限定符):only for one character ?: means the character show up before ? once or zero, for example:</description>
    </item>
    
  </channel>
</rss>
