Code Monkey home page Code Monkey logo

Comments (7)

WikiRik avatar WikiRik commented on June 5, 2024 1

That for sure should be rejected by the validator. It checks for mobile phone numbers only, so 06 and 07 in your screenshot.

from validator.js.

manojmula avatar manojmula commented on June 5, 2024

can you share the locale string you are using?

from validator.js.

WikiRik avatar WikiRik commented on June 5, 2024

The regex is /^(\+?33|0)[67]\d{8}$/ which looks similar to the others in that file and we test for '+33612457898' to be valid so I don't think the + is the issue. What I do see however is that you do not start with a 6 or 7 after the country code which we do check for in mobile phone numbers.
I'll close this as working as intended, but feel free to reply and then we can look into it more.

from validator.js.

joaopedrodcf avatar joaopedrodcf commented on June 5, 2024

Sorry for the super late comment on this ticket @WikiRik and @manojmula

image

So the example I gave +33467504212 is for a number in Southeast France

from validator.js.

joaopedrodcf avatar joaopedrodcf commented on June 5, 2024

So it only works for mobile numbers and not landline numbers ?

from validator.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.