updated draft
authorChristian Urban <urbanc@in.tum.de>
Sun, 05 Aug 2018 21:52:40 +0100
changeset 554 44af502ccb46
parent 553 a05c412b1550
child 555 85f4eeefaea5
child 556 4b0fffaef849
updated
handouts/ho01.pdf
handouts/ho01.tex
Binary file handouts/ho01.pdf has changed
--- a/handouts/ho01.tex	Sun Aug 05 21:37:35 2018 +0100
+++ b/handouts/ho01.tex	Sun Aug 05 21:52:40 2018 +0100
@@ -181,7 +181,8 @@
 \texttt{.r} converts a string into a regular expression. I
 leave it to you to ponder whether this regular expression
 really captures all possible web-addresses. If you need a quick
-recap about regular expressions, here is a quick video
+recap about regular expressions and how the match strings, 
+here is a quick video
 \url{https://youtu.be/bgBWp9EIlMM}.
 
 \subsection*{Why Study Regular Expressions?}
@@ -281,6 +282,13 @@
 \url{http://davidvgalbraith.com/how-i-fixed-atom/}
 \end{center}
 
+and when somebody tried to match web-addresses using regular
+expressions
+
+\begin{center}
+\url{https://www.tutorialdocs.com/article/regex-trap.html}
+\end{center}  
+
 \noindent
 Such troublesome regular expressions are sometimes called \emph{evil
   regular expressions} because they have the potential to make regular