Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

FIGHT THE AIDS

Name: Anonymous 2012-05-30 21:23

Writing a greasemonkey script to block this unicode shit spam. Can I use regex with unicode? I have almost no experience with uni, any help would be appreciated.

Name: Anonymous 2012-05-30 21:44

OP here, did a little google work. Apparently the situation with unicode, regex amd JS suck. Should I take this route?

function containsNonLatinCodepoints(s) {
    return /[^\\u0000-\\u00ff]/.test(s);
  }

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List