Search for the resource you need: Search in:
Advanced Search

validate string
I wrote this function to intercept strings that would not make good user names due to the presence of invalid url characters. If the string contains no invalid characters, the function returns true, if it does, it either returns false or a formatted string containing all the invalid characters. The return value should be tested using the === or !== operators, because true and any non empty string are both treated as true when using == or !=.
Cost: Freeware Version: 1.0 Platform: PHP 4.3.3 Last updated: Mon Jun 21 2004
Visit Author's Website
Visitor Rating:  Be the first to rate it!  ( 0 votes )    Member Rating:  Be the first to rate it!  ( 0 member votes )
84 Hits | Author: fcharrua