I want to validate the phone number whose length should be between 8 and 15 and might be present one + symbol infront of the number. That means +56789765908 and 7612345678909 are valid phone number.
Please help me.
I want to validate the phone number whose length should be between 8 and
Share
I’d advise against stuff like this since there’s almost always a country where the phone numbers won’t match the validation, but here is the regex that matches your request