Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOTFIX - Fixed the bug on BA mobile phone regex #1356

Merged

Commits on Jun 27, 2020

  1. Updated mobile phone number validator and test

    Added verification for bosnian mobile phone numbers
    MladenZeljic committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d33f68f View commit details
    Browse the repository at this point in the history
  2. Update isMobilePhone.js

    Fixed bs locale
    MladenZeljic committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    bb71967 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Updated locale in readme
    MladenZeljic committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    33c5cb0 View commit details
    Browse the repository at this point in the history
  4. Fixed the bug on BA mobile phone regex

    Updated the regular expression for bosnian mobile numbers by removing lookbehinds and modifying the expression to keep the right checks for these mobile numbers
    MladenZeljic committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    1e4a05c View commit details
    Browse the repository at this point in the history