Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7599865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:45:57+00:00 2026-05-30T22:45:57+00:00

I want regex for mobile number validation in java script that may be 10

  • 0

I want regex for mobile number validation in java script that may be 10 digit to 20 digit and separated by comma

ex;
the user can enter 10 digit phone number alone (1234567890) or enter 10 to 20 digit phone number(1234567890123465),on both numbers separated by comma (1234567890,123456789043543,1234567890345,) but if once he going to enter a number ,it should be 10 digit to 20 digit and it may start with ‘+91’ or ‘0’ like this
Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:45:58+00:00Added an answer on May 30, 2026 at 10:45 pm

    This regex should work.

    /^(\+91\d{8,18}|0\d{0,19})(,\+91\d{8,18}|,0\d{0,19})*$/g
    

    \+91\d{8,18} means starts with +91 after that there can be more 8-18 digits. As there is 2 digits already in the beginning (91) total digits will be 10-20.

    0\d{0,19} has also same meaning like above.

    If you want to match strings like 123456789043543,1234567890345 etc which does not start with either +91 or 0 Then simple /^+\d{10-20}(,\d{10-20})*$/g will do.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can i somehow compare two numbers in regex? i want regex that is correct
I want a regex that will match if a number is greater than or
I want to write a regex that matches if a string contains XYZ but
HI I want regex option that find website links like here : www.yahoo.com yahoo.com
I want a regex that will verify that a string begins with a letter
I want a regex pattern to check that the string doesn't contain any digits
I'm banging my head against a wall. I want a regex that matches: empty
I want a regex that matches a square bracket [ . I haven't found
I want a regex that checks the following things: The string starts with an
Sample data: !!Part|123456,ABCDEF,ABC132!! The comma delimited list can be any number of any combination

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.