data validator

PHP Advanced String Classes

PHP Advanced String Classes

This is the complete multi-byte and binary safe PHP string processing solution that enables you to: validate input data types (alpha, numeric, date, IP, email, URL , hex), change case, apply string effects (shorten, shuffle, scramble, reverse, make URL SEO friendly), generate passwords, generate GUIDs, process and extract characters, words and sentences, compute statistics (word count, unique word count, char count), numbers extraction, substr...

Data Validation for .NET

Data Validation for .NET

Update: 22-03-2010 Live preview added: http://www.iup.in/validator/Default.aspx Precaution is better than Cure Data validation acts as the first step of defense against the bugs. To maintain a solution it is important to have validations to prevent the invalid data creeping into the database. This class consists of the commonly used validations which you will find useful in your project. Each line of code is commented in detail for...