validate: function()

in source/javascripts/libs/jqBootstrapValidation.js [682:685]


				validate: function ($this, value, validator) {
					return (!validator.regex.test(value) && ! validator.negative)
						|| (validator.regex.test(value) && validator.negative);
				}