Open mjfwebb opened 7 years ago
As seen in this example, using 3.0.3, html characters aren't being "unescaped" properly and aren't being matched when using ascii = true;
ascii = true;
I tested with 2.2.7 also, as you can see here and it works a little better, it successfully replaces <3 aka <3, but not :') aka :')
<3
<3
:')
:')
@mjfwebb thanks for pointing this out, we'll get it taken care of soon.
👍
Any update on this?
As seen in this example, using 3.0.3, html characters aren't being "unescaped" properly and aren't being matched when using
ascii = true;
I tested with 2.2.7 also, as you can see here and it works a little better, it successfully replaces
<3
aka<3
, but not:')
aka:')