updated
authorChristian Urban <urbanc@in.tum.de>
Sun, 05 Aug 2018 21:52:40 +0100
changeset 554 2509c670e3a2
parent 553 3c040f4a7415
child 555 9f8066748f60
child 556 40e22ad45744
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