Closed Shmiddty closed 11 years ago
Doing a .replace(/[^0-9a-z, ]/gi, '') before doing the match should fix this.
.replace(/[^0-9a-z, ]/gi, '')
It's the same as #87, so I pulled out the fix to a broader area. The bot should now strip off all zwnjs and zwsps.
Doing a
.replace(/[^0-9a-z, ]/gi, '')
before doing the match should fix this.