Title |
Test
Find
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:
Michael Sogos
|
Source |
|
Your Rating |
|
Title: It work for me in asp.net mvc project
Name: Nri012
Date: 5/26/2017 6:12:26 AM
Comment:
it is work for me.