Skip to content

Commit

Permalink
[re.matchflag] escape "\b" properly in description
Browse files Browse the repository at this point in the history
Thanks to Andy Koenig!
  • Loading branch information
Stefanus Du Toit committed May 23, 2012
1 parent 4d9c478 commit 2d65834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/regex.tex
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -817,13 +817,13 @@
% %
\indexlibrary{\idxcode{match_not_bow}}% \indexlibrary{\idxcode{match_not_bow}}%
match_not_bow & match_not_bow &
The expression \verb|"\b"| shall not match the The expression \verb|"\\b"| shall not match the
sub-sequence \range{first}{first}. sub-sequence \range{first}{first}.
\\ \rowsep \\ \rowsep
% %
\indexlibrary{\idxcode{match_not_eow}}% \indexlibrary{\idxcode{match_not_eow}}%
match_not_eow & match_not_eow &
The expression \verb|"\b"| shall not match the The expression \verb|"\\b"| shall not match the
sub-sequence \range{last}{last}. sub-sequence \range{last}{last}.
\\ \rowsep \\ \rowsep
% %
Expand Down

0 comments on commit 2d65834

Please sign in to comment.