Archivio Posts |
Anno 2007
Anno 2006
|
|
Iban Code RegEx
Today i had write the Regular Expression to match International Bank Account Number (formally IBAN) for Italy country. The regex
expression is downloadable from : http://regexlib.com/REDetails.aspx?regexp_id=1621This is the source : IT\d{2}[ ][a-zA-Z]\d{3}[ ]\d{4}[ ]\d{4}[ ]\d{4}[ ]\d{4}[ ]\d{3}|IT\d{2}[a-zA-Z]\d{22}
This is the match : IT28 W800 0000 2921 0064 5211 151 | IT28W8000000292100645211151
This is the unmatch : IT28-W800-0000-2921-0064-5211-151 Leggi tutto il post...
 mercoledì, 31 gen 2007 Ore. 13.07
Istat Code RegEx
Today i had write the Regular Expression to match Italian Istat Ateco Code (formally Codice Istat) updated to Ateco-Istat 2004. The regex expression is downloadable from : http://regexlib.com/REDetails.aspx?regexp_id=1620This is the source :
\d{2}[.]{1}\d{2}[.]{1}[0-9A-Za-z]{1}This is the match : 22.12.0|18.24.CThis is the unmatch : 22.12_D|12.56| 1A.56.1 Leggi tutto il post...
 martedì, 30 gen 2007 Ore. 18.36
|
Statistiche |
- Views Home Page: 9.002
- Views Posts: 22.666
- Views Gallerie: 0
- n° Posts: 32
- n° Commenti: 3
|
|