Home | History | Annotate | Download | only in howto

Lines Matching full:escaped

310 Python string literal, both backslashes must be escaped *again*.
317 | ``\\section`` | Escaped backslash for :func:`re.compile` |
319 | ``"\\\\section"`` | Escaped backslashes for a string literal |
860 a regular character and wouldn't have escaped it by writing ``\&`` or ``[&]``.