Skip to content Skip to sidebar Skip to footer
Showing posts with the label Validation

How To Validate A Date Is In The Format Yyyy-mm-dd Using Kendo Validator?

I have a kendo date picker that is constructed as follows: $('#date').kendoDatePicker({ … Read more How To Validate A Date Is In The Format Yyyy-mm-dd Using Kendo Validator?

Regex For A Particular Date Format

I want to have a regex for a date format, Example: 01-Jan-2011 I have written ^[0-9]{1,2}-[a-zA-Z]{… Read more Regex For A Particular Date Format

Regex On Chrome Pattern Input Validation

I have an RFC 5322 compliant email regex pattern to validate my input. This works in all browsers, … Read more Regex On Chrome Pattern Input Validation

Limiting Input To Specified Regexp With Uppercase Chars In Ie

I'm trying to limit what our users will be able to type in inputs, using javascript/jquery. Pro… Read more Limiting Input To Specified Regexp With Uppercase Chars In Ie

Regular Expression To Match At Least Two Special Characters In Any Order

I have to do jQuery form validation for password. The password should contain at least two special… Read more Regular Expression To Match At Least Two Special Characters In Any Order

Input Validation In The Keydown Event

I'm attempting to do info validation against user text input in the process of keydown event. T… Read more Input Validation In The Keydown Event