RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find PESEL
Expression
[0-9]{4}[0-3]{1}[0-9}{1}[0-9]{5}
Description
Polish national ID number PESEL (Powszechny Elektroniczny System Ewidencji Ludnosci).
Matches
44051401458 | 77020201233 | 88101006122
Non-Matches
44059901458 | 77028801233 | 88109006122
Author Rating: The rating for this expression. Paweł Krawczyk
Source
Your Rating
Bad Good

Enter New Comment

Title
 
Name
 
Comment
 
Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Title: błąd
Name: Jocker
Date: 8/6/2011 4:44:04 PM
Comment:
zamiast [0-9]{4}[0-3]{1}[0-9}{1}[0-9]{5} powinno być [0-9]{4}[0-3]{1}[0-9]{1}[0-9]{5} proponuję to uprościć do formy \d{4}[0-3]{1}\d{6} lub [0-9]{4}[0-3]{1}[0-9]{6}


Title: .
Name: slaaa
Date: 12/17/2010 9:28:56 AM
Comment:
Hi! You have a misprint in your expression (brace bracket instead of square bracket - [0-9} ). Correct is: [0-9]{4}[0-3]{1}[0-9]{1}[0-9]{5} Btw. Your expression allow PESEL number with incorrect month like: 44251401458 or day 44053401458 Best regards, slaaa


Title: .
Name: slaaa
Date: 12/17/2010 9:26:58 AM
Comment:
Hi! You have a misprint in your expression (brace bracket instead of square bracket - [0-9} ). Correct is: [0-9]{4}[0-3]{1}[0-9]{1}[0-9]{5} Btw. Your expression allow PESEL number with incorrect month like: 44251401458 or day 44053401458 Best regards, slaaa


Title: .
Name: slaaa
Date: 12/17/2010 9:26:48 AM
Comment:
Hi! You have a misprint in your expression (brace bracket instead of square bracket - [0-9} ). Correct is: [0-9]{4}[0-3]{1}[0-9]{1}[0-9]{5} Btw. Your expression allow PESEL number with incorrect month like: 44251401458 or day 44053401458 Best regards, slaaa


Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials