Skip to content
#

phone-number-validation

Here are 31 public repositories matching this topic...

Return true if the passed string looks like a valid US phone number. The user may fill out the form field any way they choose as long as it has the format of a valid US number. The following are examples of valid formats for US numbers (refer to the tests below for other variants): 555-555-5555 (555)555-5555 (555) 555-5555 555 555 5555 555555555…

  • Updated Jan 23, 2020
  • JavaScript

Validation Service is a robust Spring Boot application that implements Hexagonal Architecture to provide comprehensive validation services. This project includes multiple validation mechanisms such as email format validation, disposable email check, MX record validation, phone number validation and reCAPTCHA (v2 and v3) validation.

  • Updated Jun 20, 2024
  • Java

A library for validating Iranian phone numbers in nodejs that can help you to extract all phone numbers from a text, check if a text has a phone number, check if a text is exactly a phone number, check if a text includes a special phone number.

  • Updated Apr 9, 2023
  • JavaScript
ReactJS-Phone-Number-Input

ReactJS based Phone Number component. It provides input field to add single/multiple telephone numbers with validation. The Phone number value is automatically validated on blur event. You can change validation message using props. You can also disable Phone number field using disable props.

  • Updated Apr 29, 2024
  • JavaScript

Python is a very powerful language and also very rich in libraries. Phone numbers are one of the modules that provide numerous features like providing basic information about a phone number, validation of a phone number, etc. Here, we will learn how to use the phone numbers module just by writing simple Python programs. Some of the use cases are…

  • Updated Oct 17, 2021
  • Python

Improve this page

Add a description, image, and links to the phone-number-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phone-number-validation topic, visit your repo's landing page and select "manage topics."

Learn more