Active
Project:
Postal Code
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2014 at 10:23 UTC
Updated:
1 Jul 2014 at 10:23 UTC
Regex ^(F-)?((2[A|B])|[0-9]{2})[0-9]{3}$ doesn't seem valid for all french postal codes and even wrong :
A regex proposal :
^(?:(?:F|FR|FRA)(?:-| ))?\d{5}$