Backslash Escapes:
\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}
But not in code:
\{\}
Nor in HTML:
<tag attr="\{\}"></tag>
Nor before things that aren't punctuation:
C:\dlang\dmd
See Source File
Backslash Escapes:
\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}
But not in code:
\{\}
Nor in HTML:
<tag attr="\{\}"></tag>
Nor before things that aren't punctuation:
C:\dlang\dmd