Skip to content

Commit 247578c

Browse files
updated regex surprises post
1 parent e4c1cde commit 247578c

File tree

14 files changed

+274
-44
lines changed

14 files changed

+274
-44
lines changed

2022-year-in-perspective/index.html

+1-1
Large diffs are not rendered by default.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ I'm addicted to reading fantasy/sci-fi books, so I have a [blog](https://learnby
77
## Posts
88

99
* [Understanding Python re(gex)? book announcement](https://learnbyexample.github.io/understanding-python-regex-announcement/)
10-
* [Python Regular Expressions Gotchas](https://learnbyexample.github.io/python-regex-surprises/)
10+
* [Python Regex Surprises](https://learnbyexample.github.io/python-regex-surprises/)
1111
* [2022: year in perspective](https://learnbyexample.github.io/2022-year-in-perspective/)
1212
* [Interactive Linux CLI Text Processing Exercises](https://learnbyexample.github.io/interactive-linux-cli-exercises/)
1313
* [Festive deals for books on Python, Linux, JavaScript, Regular Expressions and more](https://learnbyexample.github.io/programming-deals-2022/)

atom.xml

+101-18
Large diffs are not rendered by default.

images/python_regex_gotchas.png

-29.5 KB
Binary file not shown.

images/python_regex_surprises.png

27.6 KB
Loading

index.html

+1-1
Large diffs are not rendered by default.

python-regex-surprises/index.html

+160-17
Large diffs are not rendered by default.

sitemap.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
</url>
193193
<url>
194194
<loc>https://learnbyexample.github.io/python-regex-surprises/</loc>
195-
<lastmod>2023-01-21</lastmod>
195+
<lastmod>2023-02-02</lastmod>
196196
</url>
197197
<url>
198198
<loc>https://learnbyexample.github.io/sed-lookarounds/</loc>
@@ -350,6 +350,9 @@
350350
<url>
351351
<loc>https://learnbyexample.github.io/tags/python/</loc>
352352
</url>
353+
<url>
354+
<loc>https://learnbyexample.github.io/tags/quiz/</loc>
355+
</url>
353356
<url>
354357
<loc>https://learnbyexample.github.io/tags/re-module/</loc>
355358
</url>

tags/gotcha/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang=en><head><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="text/html; charset=utf-8" http-equiv=content-type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1" name=viewport><title>learnbyexample</title><link href=https://learnbyexample.github.io/atom.xml rel=alternate title=RSS type=application/atom+xml><script src=https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js></script><link href=https://learnbyexample.github.io/site.css rel=stylesheet><meta content=learnbyexample property=og:title><meta content=website property=og:type><meta content="Learn Python, Regex, Linux, Scripting, Vim, Ebooks, Self-Publishing and Interesting Tech Nuggets." property=og:description><meta content=https://learnbyexample.github.io property=og:url><meta content=https://learnbyexample.github.io/images/learnbyexample.png property=og:image><meta content=1280 property=og:image:width><meta content=640 property=og:image:height><meta content=summary_large_image property=twitter:card><meta content=@learn_byexample property=twitter:site><link href=https://learnbyexample.github.io/favicon.svg rel=icon><link rel="shortcut icon" href=https://learnbyexample.github.io/favicon.png><body><div class=container><div class=mobile-navbar id=mobile-navbar><div class=mobile-header-logo><a class=logo href=/>learnbyexample</a></div><div class="mobile-navbar-icon icon-out"><span></span><span></span><span></span></div></div><nav class="mobile-menu slideout-menu slideout-menu-left" id=mobile-menu><ul class=mobile-menu-list><li class=mobile-menu-item><a href=https://learnbyexample.github.io/books> Books </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/mini> Mini </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tips> Tips </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tags> Tags </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/about> About </a></ul></nav><header id=header><div class=logo><a href=https://learnbyexample.github.io>learnbyexample</a></div><nav class=menu><ul><li><a href=https://learnbyexample.github.io/books> Books </a><li><a href=https://learnbyexample.github.io/mini> Mini </a><li><a href=https://learnbyexample.github.io/tips> Tips </a><li><a href=https://learnbyexample.github.io/tags> Tags </a><li><a href=https://learnbyexample.github.io/about> About </a></ul></nav></header><main><div class=content id=mobile-panel><div class=taxonomy><h2>gotcha</h2><div class=taxonomy__item><span class=taxonomy__item__time>2023-01-21</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/python-regex-surprises/>Python Regular Expressions Gotchas</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2022-01-14</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/mini/regexp-gotcha-1/>Regexp gotcha 1: grouping common portions</a> </span></div></div></div></main></div><script src=https://learnbyexample.github.io/even.js></script>
1+
<!doctype html><html lang=en><head><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="text/html; charset=utf-8" http-equiv=content-type><meta content="width=device-width,initial-scale=1.0,maximum-scale=1" name=viewport><title>learnbyexample</title><link href=https://learnbyexample.github.io/atom.xml rel=alternate title=RSS type=application/atom+xml><script src=https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js></script><link href=https://learnbyexample.github.io/site.css rel=stylesheet><meta content=learnbyexample property=og:title><meta content=website property=og:type><meta content="Learn Python, Regex, Linux, Scripting, Vim, Ebooks, Self-Publishing and Interesting Tech Nuggets." property=og:description><meta content=https://learnbyexample.github.io property=og:url><meta content=https://learnbyexample.github.io/images/learnbyexample.png property=og:image><meta content=1280 property=og:image:width><meta content=640 property=og:image:height><meta content=summary_large_image property=twitter:card><meta content=@learn_byexample property=twitter:site><link href=https://learnbyexample.github.io/favicon.svg rel=icon><link rel="shortcut icon" href=https://learnbyexample.github.io/favicon.png><body><div class=container><div class=mobile-navbar id=mobile-navbar><div class=mobile-header-logo><a class=logo href=/>learnbyexample</a></div><div class="mobile-navbar-icon icon-out"><span></span><span></span><span></span></div></div><nav class="mobile-menu slideout-menu slideout-menu-left" id=mobile-menu><ul class=mobile-menu-list><li class=mobile-menu-item><a href=https://learnbyexample.github.io/books> Books </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/mini> Mini </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tips> Tips </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/tags> Tags </a><li class=mobile-menu-item><a href=https://learnbyexample.github.io/about> About </a></ul></nav><header id=header><div class=logo><a href=https://learnbyexample.github.io>learnbyexample</a></div><nav class=menu><ul><li><a href=https://learnbyexample.github.io/books> Books </a><li><a href=https://learnbyexample.github.io/mini> Mini </a><li><a href=https://learnbyexample.github.io/tips> Tips </a><li><a href=https://learnbyexample.github.io/tags> Tags </a><li><a href=https://learnbyexample.github.io/about> About </a></ul></nav></header><main><div class=content id=mobile-panel><div class=taxonomy><h2>gotcha</h2><div class=taxonomy__item><span class=taxonomy__item__time>2023-01-21</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/python-regex-surprises/>Python Regex Surprises</a> </span></div><div class=taxonomy__item><span class=taxonomy__item__time>2022-01-14</span><span class=taxonomy__item__title> <a href=https://learnbyexample.github.io/mini/regexp-gotcha-1/>Regexp gotcha 1: grouping common portions</a> </span></div></div></div></main></div><script src=https://learnbyexample.github.io/even.js></script>

tags/index.html

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)