Open byxor opened 6 years ago
import html
print(html.unescape('£682m'))
But maybe requests also has a thing for that
On Fri 27 Apr 2018, 15:21 Brandon Ibbotson, notifications@github.com wrote:
Example:
Name: AT&T BUSINESSDIRECT SN: 78144811 Date: 02/10/2004 Description: N/A
The name should be AT&T BUSINESSDIRECT
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sentriz/steely/issues/175, or mute the thread https://github.com/notifications/unsubscribe-auth/AGhBm3tzPUYtVuldNg4e4XAN07Cm8iIcks5tsylngaJpZM4TqdXh .
Example:
The name should be
AT&T BUSINESSDIRECT
We might also need to encode searches. e.g.
.tm AT&T
will search forAT&T
.What are those escaped HTML things called?
( & etc)