Welcome To Snipplr


Everyone's Recent Snippets Tagged validation



https://www.chrisjmendez.com/2008/09/21/jquery-ensure-that-at-least-one-checkbox-is-selected/
4 748 posted 15 years ago by chrisaiv
Para validar si son dígitos, letras, números enteros o decimales (se puede seleccionar el separador de decimales). La función esDigito() y esLetra() está basada en otros códigos de Snipplr
1 503 posted 15 years ago by sulfurito
Uses a regular expression to validate a string as a validly formatted email address.
1 715 posted 15 years ago by Anthony
Test harness for an implementation of the Luhn algorithm that checks the validity of a credit card number.
0 987 posted 15 years ago by Uzbekjon
A simple method of validating an IP address using PHP and regular expressions
2 2844 posted 15 years ago by aristoworks
This is a simple method of validating a 9-digit zip code using PHP and regular expressions
3 2130 posted 15 years ago by aristoworks
A simple method of validating an email address using PHP and regular expressions
4 1118 posted 15 years ago by aristoworks
A simple method of validating a telephone number using regular expressions and PHP
3 1240 posted 15 years ago by aristoworks
(Supported by JavaScript, maybe other languages)
3 5026 posted 15 years ago by wizard04
YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.
2 778 posted 15 years ago by neal_grosskopf
CSS Diagnostics allows web designers and developers to highlight invalid HTML using CSS selectors. Say goodbye to the font tag by highlighting it in a large obnoxious border. It also has the ability to highlight 404 pages, old CSS classes and old Jav...
7 1418 posted 15 years ago by neal_grosskopf
If you've ever used a strict doctype and used the target attribute on links you'll notice that it doesn't validate. Here is an easy solution.
4 1562 posted 16 years ago by neal_grosskopf
2 534 posted 16 years ago by ajbatac
3 748 posted 16 years ago by iTony
Basically what this algorithm does is to replace the first letter of the serial number by a number (each letter represents where the banknote is originally from), then it calculates the sum of all digits. If the remaining of the division of that sum...
0 461 posted 16 years ago by j_junyent
2 606 posted 16 years ago by ajbatac
Download the Credit Card Library from Lucas Carlson user$ sudo gem install creditcard
6 869 posted 16 years ago by chrisaiv
0 601 posted 16 years ago by JuliaKM
Email validation routine Dave Child
8 948 posted 16 years ago by IanLewis
1 822 posted 16 years ago by eethann
great to validate and process a form in the same page
5 1601 posted 16 years ago by valcartei
model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two...
1 941 posted 16 years ago by ches
From railscast #41
2 623 posted 16 years ago by bordalix
a function to check the validity of the postcode according to UK rules
0 2893 posted 16 years ago by valcartei
This code will validate not only the four octets contain between 1 and 3 numbers each, but also that the number they contain is between 0 and 255. In all, there are 3 different regex's that I tried and all seem to work fine. The three regex's a...
0 2100 posted 16 years ago by numberwhun