Name: Anonymous 2009-05-24 9:14
what the fast way to check that string contain only characters within some set like "a-z0-9"?
C's string handling sucks. Length-prefix is obviously superior.C is like trying to build web servers in lisp.