A admin Administrator Staff member Aug 22, 2008 #1 Apparently got stuck with the simple task to validate an entry with any PRINTABLE characters using search method. Something like: if (str.search( . . . ) != -1) return true; else return false; Any idea would be really appreciated!!!
Apparently got stuck with the simple task to validate an entry with any PRINTABLE characters using search method. Something like: if (str.search( . . . ) != -1) return true; else return false; Any idea would be really appreciated!!!