|
| Language.Python.Common.StringEscape | | Portability | ghc | | Stability | experimental | | Maintainer | bjpop@csse.unimelb.edu.au |
|
|
|
|
|
| Description |
Conversion to/from escaped characters in strings. Note: currently does not
support escaped Unicode character names.
See:
|
|
| Synopsis |
|
|
|
|
| String conversion.
|
|
|
| Convert escaped sequences of characters into real characters in a normal Python string.
|
|
|
| Convert escaped sequences of characters into real characters in a raw Python string.
Note: despite their name, Python raw strings do allow a small set of character escapings,
namely the single and double quote characters and the line continuation marker.
|
|
| Digits allowed in octal and hex representation.
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |