2013年12月3日 星期二

Python unescape HTML entities

import HTMLParser
h = HTMLParser.HTMLParser()
print h.unescape('£682m')
£682m



Reference :
Decode HTML entities in Python string? - Stack Overflow

沒有留言:

張貼留言