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

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find Individual Taxpayer Identification Number (ITIN)
Expression
^(9\d{2})([ \-]?)([7]\d|8[0-8])([ \-]?)(\d{4})$
Description
U.S. Individual Taxpayer Identification Number (ITIN) as defined in December 2006. The valid range is 900-70-0000 through 999-88-9999, all numeric values. This regular expression will accept anything in this range with space, dash or no separators.
Matches
900700000 | 900 70 0000 | 900-70-0000
Non-Matches
899700000 | |900-89-0000 | 900-69-0000
Author Rating: The rating for this expression. Robert Sewell
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: ITIN Update
Name: Kuanysh Raimbekov
Date: 3/12/2020 12:11:50 PM
Comment:
Per IRS revision 6-2019 some middle digits have expired. Therefore, ^9\d{2}-?((5[0-9]|6[0-5])|(8[3-8])|(9[0-2])|(9[4-9]))-?\d{4}$


Title: ITIN Update
Name: David Key
Date: 11/23/2019 6:25:46 PM
Comment:
Per IRS publication 1915(rev 1-2018), the range also includes 50-65. https://www.irs.gov/pub/irs-pdf/p1915.pdf ^(9\d{2})([ \-]?)(5\d|6[0-5]|7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN Update
Name: David Key
Date: 11/23/2019 2:51:49 PM
Comment:
Per IRS publication 1915(rev 1-2018), the range also includes 50-65. https://www.irs.gov/pub/irs-pdf/p1915.pdf ^(9\d{2})([ \-]?)(5\d|6[0-5]|7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN Update
Name: David Key
Date: 11/23/2019 2:34:44 PM
Comment:
Per IRS publication 1915(rev 1-2018), the range also includes 50-65. https://www.irs.gov/pub/irs-pdf/p1915.pdf ^(9\d{2})([ \-]?)(5\d|6[0-5]|7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN Update
Name: David Key
Date: 11/23/2019 2:26:36 PM
Comment:
Per IRS publication 1915(rev 1-2018), the range also includes 50-65. https://www.irs.gov/pub/irs-pdf/p1915.pdf ^(9\d{2})([ \-]?)(5\d|6[0-5]|7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN Update
Name: David Key
Date: 11/23/2019 2:19:35 PM
Comment:
Per IRS publication 1915(rev 1-2018), the range also includes 50-65. https://www.irs.gov/pub/irs-pdf/p1915.pdf ^(9\d{2})([ \-]?)(5\d|6[0-5]|7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN Update
Name: David Key
Date: 11/23/2019 2:16:24 PM
Comment:
Per IRS publication 1915(rev 1-2018), the range also includes 50-65. https://www.irs.gov/pub/irs-pdf/p1915.pdf ^(9\d{2})([ \-]?)(5\d|6[0-5]|7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN update
Name: Deivide Vian
Date: 6/23/2017 12:42:16 PM
Comment:
^(9\d{2})([ \-]?)(7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN update
Name: Deivide Vian
Date: 6/23/2017 12:42:07 PM
Comment:
^(9\d{2})([ \-]?)(7\d|8[0-8]|9[0-2]|9[4-9])([ \-]?)(\d{4})$


Title: ITIN UPDATE
Name: Steven Cole
Date: 11/30/2011 2:32:20 PM
Comment:
"Effective April 12, 2011, the range was extended to include 90-92 and 94-99 in the fourth and fifth digit" http://www.irs.gov/individuals/article/0,,id=222209,00.html


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