Top "Validationrules" questions

A validation rule is a criterion used in the process of data validation, after the data has been encoded onto an input medium.

Javascript Regex to limit Text Field to only Numbers (Must allow non-printable keys)

I have received PHP/JS code from previous developer and I need to add number validation to a Mobile Number …

javascript jquery regex validation validationrules
Validation rules required_if with other condition (Laravel 5.4)

I got a problem with validation rules with nested conditions. class StoreRequest extends Request { public function authorize(){ return true; } public …

php laravel validation laravel-5.4 validationrules
Jquery Validation Rules with If/ Else statement

This code works but I need it to basically do an If Else on the id field. If the id …

javascript jquery ajax jquery-validate validationrules
WPF Binding : Use DataAnnotations for ValidationRules

I have read a lot of Blog post on WPF Validation and on DataAnnotations. I was wondering if there is …

wpf binding data-annotations validationrules
In Codeigniter, how to pass a third parameter to a callback (form validation)?

I am currently using the Form Validation class (on Codeigniter) and setting rules. It works like this with two parameters (…

codeigniter callback validation codeigniter-2 validationrules
In Laravel, what validation rules do I need to check the number of characters in a number?

I'm using rules in validation in Laravel, and am trying to check the number of characters in a number. This …

php validation laravel validationrules
ValidationRules without binding

I want to use the ValidationRules (and it's UI effects) on the textbox without actually binding anything to the textbox. …

wpf data-binding validation validationrules
How to specify a validation rule in Yii2 which will be greater than or less than of a specific number or value?

I have a model with a validation rule like: [['x'], 'integer'], [['x'], 'unique'], Now how can I add a rule …

model yii2 validationrules
Access 2007 If Statement in a Validation Rule

I have an Inventory Database and I need to add a validation rule to the quantity field when the user …

ms-access if-statement validationrules