Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysayaovong/build-a-telephone-number-validator
https://github.com/ysayaovong/build-a-telephone-number-validator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ysayaovong/build-a-telephone-number-validator
- Owner: YSayaovong
- Created: 2024-08-07T18:20:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T18:20:43.000Z (5 months ago)
- Last Synced: 2024-08-07T21:42:45.959Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Telephone Number Validator
This repository contains a JavaScript function that validates telephone numbers based on specific formatting rules. It checks for correct length, characters, and number structure.
### Features:
- Validates phone numbers using JavaScript.
- Ensures correct formatting based on predefined rules.This project demonstrates input validation and regular expression usage in JavaScript.