79808751

Date: 2025-11-04 09:53:47
Score: 1.5
Natty:
Report link

What about this ?

/^(?:(?:\+|00)33[\s.-]{0,3}|0)[1-9](?:[\s.-]?\d{2}){4}$/

If you want to include French Overseas territory (Outre-mer), try this :

/^(?:(?:(?:\+|00)33[\s.-]{0,3}|0)[1-9]|(?:\+|0)(?:508|594|590|596|681|687|689))(?:[\s.-]?\d{2}){4}$/
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: HukanloS