hw07.tex
changeset 60 68d664c204d2
parent 59 b64e876832cc
equal deleted inserted replaced
59:b64e876832cc 60:68d664c204d2
    55 
    55 
    56 \begin{center}
    56 \begin{center}
    57 \texttt{The trainer trains the student team}
    57 \texttt{The trainer trains the student team}
    58 \end{center}
    58 \end{center}
    59 
    59 
       
    60 \item {\bf (Optional)} The task is to match strings where the letters are in alphabetical order---for example, 
       
    61 \texttt{abcfjz} would pass, but \texttt{acb} would not. Whitespace should be ignored---for example
       
    62 \texttt{ab c d} should pass. The point is to try to get the regular expression as short as possible!
       
    63 See:
    60 
    64 
       
    65 \begin{center}
       
    66 \url{http://callumacrae.github.com/regex-tuesday/challenge11.html}
       
    67 \end{center}
    61 \end{enumerate}
    68 \end{enumerate}
    62 
    69 
    63 \end{document}
    70 \end{document}
    64 
    71 
    65 %%% Local Variables: 
    72 %%% Local Variables: