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

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 4
Title Test Details Indian PAN Code
Expression
^([A-Za-z]{5})([0-9]{4})([A-Za-z]{1})$
Description
Pan is composed by 5 letters, 4 number, 1 letter. Its length is always of 10 alphanumeric chars.
Matches
AAAAA1111A, aaaaa0000a
Non-Matches
A1A, AAAA11111A, AAAAA1A, AAAAA11111
Author Rating: The rating for this expression. Michael Sogos
Title Test Details Indian CIN Code
Expression
^([L|U]{1})([0-9]{5})([A-Za-z]{2})([0-9]{4})([A-Za-z]{3})([0-9]{6})$
Description
The correspective VAT code for indian companies is the CIN Number. It is a composition of: - First char( U or L) - 5 numbers - 2 chars (province code) - 4 numbers (company registration year) - 3 chars (company type like LTD) - 6 numbers
Matches
U12345AA1234AAA123456, L12345AA1234AAA123456, u12345aa1234aaa123456
Non-Matches
X12345AA1234AAA123456
Author Rating: The rating for this expression. Michael Sogos
Title Test Details Russian INN Code
Expression
^([0-9]{4})([0-9]{5})([0-9]{1})$
Description
The INN code is formed by: the code of the tax department where INN was given (4 numbers), the record number of a registered company in the territorial section of the Unified State Register of Legal Entities in the tax department where INN was given (5 numbers), check digit (1 numbers)
Matches
1234567891
Non-Matches
-
Author Rating: Not yet rated. Michael Sogos
Title Test Details Russian OGRN code
Expression
^([0-9]{1})([0-9]{2})([0-9]{2})([0-9]{7})([0-9]{1})$
Description
The OGRN code is formed by: the state registration number has the status of the main one (1 number), two last numbers of the year when the record was made (2 numbers), the sequence number of a constituent entity of Russia according to the list of constituent entities of Russia (2 numbers), record number entered in the state register within a year (7 numbers), check digit (1 number)
Matches
1234567891234
Non-Matches
-
Author Rating: Not yet rated. Michael Sogos
   Displaying page 1 of 1 pages; Items 1 to 4

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