Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / Eliseo76 / PhoneVal

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 5555555555 1 555 555 5555 For this challenge you will be presented with a string such as 800-692-7753 or 8oo-six427676;laskdjf. Your job is to validate or reject the US phone number based on any combination of the formats provided above. The area code is required. If the country code is provided, you must confirm that the country code is 1. Return true if the string is a valid US phone number; otherwise return false.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eliseo76%2FPhoneVal

Stars: 0
Forks: 1
Open Issues: 0

License: None
Language: JavaScript
Repo Size: 1.95 KB
Dependencies: pending

Created: over 4 years ago
Updated: almost 2 years ago
Last pushed: over 4 years ago
Last synced: about 1 year ago

Topics: functional-programming, javascript, phone-number-validation, regex-validator, us

Files
    Loading...
    Readme
    Loading...