Hacker News new | past | comments | ask | show | jobs | submit login

A very unsafe python script to unescape strings.

    #!/usr/bin/env python
    import sys

    def unescape(string):
        print eval(string)

    if __name__ == '__main__':
        unescape(sys.stdin.read())



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: