Validate String is a Error Handling script
Overall rating: (N/A)
|
The script validate string is a Error Handilng script (informative error documents).
I wrote that funtcion 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 containnig all the invalid characters.
|
 Write a comment about the script validate string
|