Copyright | (c) 2009 Bernie Pope |
---|---|
License | BSD-style |
Maintainer | bjpop@csse.unimelb.edu.au |
Stability | experimental |
Portability | ghc |
Safe Haskell | Safe |
Language | Haskell98 |
Conversion to/from escaped characters in strings. Note: currently does not support escaped Unicode character names.
See:
Synopsis
- unescapeString :: String -> String
- unescapeRawString :: String -> String
- octalDigits :: String
- hexDigits :: String
String conversion.
unescapeString :: String -> String Source #
Convert escaped sequences of characters into real characters in a normal Python string.
unescapeRawString :: String -> String Source #
Digits allowed in octal and hex representation.
octalDigits :: String Source #
The set of valid octal digits in Python.