Displaying page
of
pages;
Items to
Title |
Test
Details
Panamenian ID (cedula)
|
Expression |
^(?:((?<prov>(?:[1-9]|10))(?<av>AV)?)|((?<tipo>(?:E|N|PE))+))-(?<tomo>\d{1,4})-(?<folio>\d{1,5})
|
Description |
RegEx to match all panamenian identification numbers, including special cases as AV (people born before the actual cedula system), PE (panamanian born abroad), E (foreigner) and N (naturalized).
The format of the cedula is:
**[province code]-[tomo]-[folio]**
And the format for special cases:
**AV: [province code]AV-[tomo]-[folio]
**PE: PE-[tomo]-[folio]
**E: E-[tomo]-[folio]
**N: N-[tomo]-[folio]
**
province code: 1-10
tomo: 1-9999
folio: 1-99999
|
Matches |
4-733-740, 10-45-748, 10AV-45-45, PE-465-4598, E-864-5464
|
Non-Matches |
X-465-546, 4 - 754 - 6564, 9PE-465-321
|
Author |
Rating:
Not yet rated.
Ricardo Tribaldos
|
Displaying page
of
pages;
Items to