File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ this RE against the string ``'abcbd'``.
210210| | | ``[bcd]* `` is only matching |
211211| | | ``bc ``. |
212212+------+-----------+---------------------------------+
213- | 6 | ``abcb `` | Try ``b `` again. This time |
213+ | 7 | ``abcb `` | Try ``b `` again. This time |
214214| | | the character at the |
215215| | | current position is ``'b' ``, so |
216216| | | it succeeds. |
@@ -1388,7 +1388,7 @@ Feedback
13881388========
13891389
13901390Regular expressions are a complicated topic. Did this document help you
1391- understand them? Were there parts that were unclear, or Problems you
1391+ understand them? Were there parts that were unclear, or problems you
13921392encountered that weren't covered here? If so, please send suggestions for
13931393improvements to the author.
13941394
You can’t perform that action at this time.
0 commit comments