Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
check string in c
1
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"?
71
Name:
Anonymous
2009-05-25 15:55
>>68
is_inset(char*s){while(*s){if(!(*s>'`'&&*s<'{'||*s>'/'&&*s<':'))return 0;++s;}return 1;}
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List