equal
deleted
inserted
replaced
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: |