View Single Post
Old 01-13-2018, 02:55 PM   #79
fundorin
Banned
 
Join Date: Feb 2014
Location: Moscow, Russia
Posts: 554
Default

I've used an ugly line for now, that only allows letters and numbers:
Code:
(47 < str_getchar(str_in,pos) && str_getchar(str_in,pos) < 58) || (64 < str_getchar(str_in,pos) && str_getchar(str_in,pos) < 91) || (96 < str_getchar(str_in,pos) && str_getchar(str_in,pos) < 123) ? (
fundorin is offline   Reply With Quote