576
576
< div class ="label text-third-text-color text-sm "> 分类</ div >
577
577
</ a >
578
578
< a class ="item tag-count-item flex flex-col justify-center items-center w-20 " href ="/archives ">
579
- < div class ="number text-2xl sm:text-xl text-second-text-color font-semibold "> 3 </ div >
579
+ < div class ="number text-2xl sm:text-xl text-second-text-color font-semibold "> 4 </ div >
580
580
< div class ="label text-third-text-color text-sm "> 文章</ div >
581
581
</ a >
582
582
</ div >
663
663
< div class ="label text-third-text-color text-sm "> 分类</ div >
664
664
</ a >
665
665
< a class ="item tag-count-item flex flex-col justify-center items-center w-20 " href ="/archives ">
666
- < div class ="number text-2xl sm:text-xl text-second-text-color font-semibold "> 3 </ div >
666
+ < div class ="number text-2xl sm:text-xl text-second-text-color font-semibold "> 4 </ div >
667
667
< div class ="label text-third-text-color text-sm "> 文章</ div >
668
668
</ a >
669
669
</ div >
@@ -688,6 +688,48 @@ <h1>
688
688
689
689
690
690
691
+ < div class ="flex flex-col gap-5 px-7 pb-7 pt-7 ">
692
+ < h3 class ="home-article-title ">
693
+ < a href ="/2024/08/12/Regex-QuickStart/ ">
694
+ Regex-QuickStart
695
+ </ a >
696
+ </ h3 >
697
+
698
+ < div class ="home-article-content markdown-body ">
699
+
700
+ 什么是正则表达式?
701
+ 正则表达式是一组由字母和符号组成的特殊文本,它可以用来从文本中找出满足你想要的格式的句子。
702
+
703
+ 一个正则表达式是一种从左到右匹配主体字符串的模式。“Regular expression”这个词比较拗口,我们常使用缩写的术语“rege...
704
+
705
+ </ div >
706
+
707
+ < div class ="home-article-meta-info-container ">
708
+ < div class ="home-article-meta-info ">
709
+ < span > < i class ="fa-solid fa-calendars "> </ i >
710
+ < span class ="home-article-date " data-date ="Mon Aug 12 2024 20:08:05 GMT+0800 ">
711
+
712
+ 2024-08-12
713
+
714
+ </ span >
715
+ </ span >
716
+
717
+
718
+ </ div >
719
+
720
+ < a href ="/2024/08/12/Regex-QuickStart/ "> 阅读全文< span class ="seo-reader-text "> Regex-QuickStart</ span > < i class ="fa-solid fa-angle-right "> </ i > </ a >
721
+ </ div >
722
+
723
+ </ div >
724
+ </ li >
725
+
726
+ < li class ="home-article-item ">
727
+
728
+
729
+
730
+
731
+
732
+
691
733
< div class ="flex flex-col gap-5 px-7 pb-7 pt-7 ">
692
734
< h3 class ="home-article-title ">
693
735
< a href ="/2024/08/11/Mahapps-QuickStart/ ">
@@ -939,7 +981,7 @@ <h3 class="home-article-title">
939
981
940
982
< p class ="post-count space-x-0.5 ">
941
983
< span >
942
- 共 3 篇文章
984
+ 共 4 篇文章
943
985
</ span >
944
986
945
987
</ p >
0 commit comments