[0-9a-z] [a-z0-9\._-] {1,}@[a-z0-9-]{1,}[a-z0-9] (\.[ A-z]{1,}) +Many of the verification mailboxes that were found on the Internet do not support the verification of mailbox of level two domain nameHow to use JSfunction checkemail (email) { if (/^[0-9a-z][a-z0-9\._-]{1,}@[a-z0-9-]{1,}[a-z0-9] (\.[ A-z]{1,}) +$/. Test (email) { returntrue; } return false ;}How to use C #classProgram {Static voidMain (string[] args) {Console.WriteLine (Checkemail ("[email protected]")); Consol
Verification number: ^ [0-9] * $
Verify the n-digit number: ^ \ D {n} $
Verify at least N digits: ^ \ D {n,} $
Verify M-N digits: ^ \ D {m, n} $
Verify the number starting with zero or
Recent projects used in the need to call the real-name authentication interface, real-name authentication interface price compared to SMS is not a bit higher than a few cents, so that the conditions of the call authentication is strict, so use to JS verify the true name and JS authentication ID number.
Get to the point.
JS Verify the real name, is used to match
The ID card number is divided into two, the old one is 15 digits, the new one is 18 digits. ID Card 15-bit encoding rule: dddddd yymmdd xx P dddddd: Region code YYMMDD: Date of birth XX: Sequence class code, cannot determine p: sex, odd for male, even for female; ID 18-bit encoding rule: dddddd yy YYMMDD XXX dddddd: Area code yyyymmdd: birth date XXX: Sequence class code, cannot determine, odd number is mal
An unlicensed copy of Acrobat 8.0, which is downloaded online, is always prompted to verify the original serial number when the new system is installed.
After analyzing the installed profile, it was found that the specified program was upgraded from Acrobat 7.0, (that is, with the upgrade mode, not the newly installed mode) The serial number that comes with it i
This article introduces the use of jquery to verify the mailbox, verify the mobile phone number, the specific implementation of ideas and code as follows, interested friends can learn to
copy code code as follows:
//jquery Verify mailbox Function Checksubmitemail () { if ($ ("#email"). val () = "") {//$ ("#confirm
1. Verify the e-mail addressThis is a regular expression for validating e-mail messages. But it's not an efficient, perfect solution. Not recommended for use here.$email = "[email protected]"; if (Preg_match ('/^[^0-9][a-za-z0-9_]+ ([.] [a-za-z0-9_]+) *[@][a-za-z0-9_]+ ([.] [a-za-z0-9_]+) *[.] [A-za-z] {2,4}$/', $email)) {echo "Your email is ok.";} else {echo "wrong email address format";}For more effective verification of e-mail addresses, we recomme
QQ Group of brothers asked "who gave me an ID card number to verify the code" Just I also need to find the next code from the Internet, feel good, suitable for 15 and 18 ID card, online good garbage station, are directly collected csdn problem, the answer is no, HanUse JavaScript to verify 15 or 18 ID card number, the
Verify the number by using the JS regular expression.
Regular Expression set for verifying numbers
Verification number: ^ [0-9] * $
Verify the n-digit number: ^ \ d {n} $
Verify at least n digits: ^ \ d {n,} $
FunctionvalidateNum (val) {// verify the integer varpatten/^ -? \ D + $/; returnpatten. test (val);} functionvalidateRealNum (val) {// verify the real number varpatten/^ -? \ D + \.? \ D * $/; returnpatten. test (val);} fu
Function validateNum (val) {// verify the integerVar patten =/^ -? \ D + $ /;Return patten. test
Tags: parity check digit bank card number accountCREATE OR REPLACE FUNCTION checkbankcard (P_bankcard in VARCHAR2)Return VARCHAR2--Returns OK when correct, otherwise returns the correct check codeIsCurval number: = 0;Total number: = 0;Everyother number: = 1;V_end number;BEGI
in column C is converted from a text format to a real "date" format. However, careful you should have found that only the correct date can be successfully converted, its alignment automatically turned to "right", and the wrong date is not converted, is still text formatting, alignment is still "left", Adjust column C to enlarge, "right right, wrong left" (Figure 3)! All you have to do is proofread the wrong ID numbers and correct them.
After the completion of the above settings, we
Structure of the ID card number
The ID card number is a characteristic combination code, which consists of a 17 digit ontology code and a check code.
Order from left to right according to this: six-digit address code, eight-digit birth date code, three-digit sequential code and a digital parity code.
Address code (top six digits)
The administrative division code of the county (city, Flag, district) of t
If you want to do a cell phone number verification, then we need to know the number of mobile phone number section.//Mobile number Attribution support Segment: 134 135 136 137 138 139 147 151 152 157 158 159 178 183 184 187 188
China Unicom number Attribution Support
1, the authentication method Validationnumber (E, num) e is the label object, and Num stands for the number of decimal digits.
function Validationnumber (e, num) {
var regu =/^[0-9]+\.? [0-9]*$/;
if (E.value!= "") {
if (!regu.test (E.value)) {
alert ("Please enter correct number");
E.value = e.value.substring (0, e.value.length-1);
E.focus ();
Use JS to verify the input is a mobile phone number or phone number, here is a good example, interested friends can refer to the following Code as follows: code as follows:
Jquery practice case -- verify the mobile phone number and jquery case
If you want to verify the mobile phone number, you need to know the number segment of the mobile phone number.
// Supported mobile phone numbers: 134 135 136
You can use the following PHP function to verify that a card number is a credit card:
function Validatecard ($cardnumber)
{
$cardnumber = preg_replace ("/\d|\s/", "", $cardnumber); # Strip any non-digits
$cardlength = strlen ($cardnumber);
if ($cardlength!= 0)
{
$parity = $cardlength% 2;
$sum = 0;
for ($i = 0; $i
/*JS Verification*/
PHP Tutorial Validation$var = 300;
$int _options = Array ("Options" =>array("Min_range" =>0,"Max_range" =>256));
if (!filter_var ($var, Filter_validate_int, $int _options)){Echo ("Integer is not valid");}Else{Echo ("Integer is valid");}
Method Three JS
var reg =/d{2,3}/;var s = 888;Alert (Reg.test (s));
PHP Regular
^ ([1-9][0-9][0-9]|1000) $
/*Here we use the regular expression to complete, verify that the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.