GitHub
github.com › catamphetamine › libphonenumber-js
GitHub - catamphetamine/libphonenumber-js: A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript · GitHub
See an example illustrating different ... the second digit in the range of `0..8`. // In a number "+6589555555", the second digit is `9` // which makes it an invalid mobile number....
Starred by 3K users
Forked by 211 users
Languages JavaScript 98.2% | HTML 1.7%
Catamphetamine
catamphetamine.github.io › libphonenumber-js
libphonenumber-js
A simpler and smaller rewrite of Google Android's libphonenumber library.
Videos
GitHub
github.com › google › libphonenumber
GitHub - google/libphonenumber: Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. · GitHub
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. - google/libphonenumber
Starred by 17.9K users
Forked by 2.2K users
Languages C++ 53.4% | Java 29.9% | JavaScript 15.8% | CMake 0.4% | C 0.2% | Closure Templates 0.1%
GitHub
github.com › telefonicaid › libphonenumber-js
GitHub - telefonicaid/libphonenumber-js: Builds a compact javascript version of libphonenumber without requiring to use Closure · GitHub
var phoneUtil = libphonenumber.PhoneNumberUtil.getInstance(); var phone = phoneUtil.parse('+447568116268'); console.log(phone.getNationalNumber()); console.log(phoneUtil.format(phone)); Usually the only thing that changes is the metadata, in ...
Starred by 3 users
Forked by 5 users
Languages Shell 72.2% | JavaScript 27.8%
GitHub
github.com › ruimarinho › google-libphonenumber
GitHub - ruimarinho/google-libphonenumber: The up-to-date and reliable Google's libphonenumber package for node.js. · GitHub
What is the best way to use Google's libphonenumber on node.js then? If you're looking for a convenient and easy method, that's what this package is all about. ... The following is a simple phone information extraction example similar to what can be viewed on the official demo page.
Starred by 1.5K users
Forked by 155 users
Languages JavaScript
GitHub
github.com › telefonicaid › libphonenumber-js › blob › master › README.md
libphonenumber-js/README.md at master · telefonicaid/libphonenumber-js
Builds a compact javascript version of libphonenumber without requiring to use Closure - libphonenumber-js/README.md at master · telefonicaid/libphonenumber-js
Author telefonicaid
GitHub
github.com › google › libphonenumber › blob › master › javascript › README.md
libphonenumber/javascript/README.md at master · google/libphonenumber
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. - libphonenumber/javascript/README.md at master · google/libphonenumber
Author google
GitHub
github.com › telefonicaid › libphonenumber-js › blob › master › index.d.ts
libphonenumber-js/index.d.ts at master · telefonicaid/libphonenumber-js
Builds a compact javascript version of libphonenumber without requiring to use Closure - libphonenumber-js/index.d.ts at master · telefonicaid/libphonenumber-js
Author telefonicaid
GitHub
github.com › nathanhammond › libphonenumber
GitHub - nathanhammond/libphonenumber: Google's libphonenumber as an easily included JavaScript library. · GitHub
I've extracted/ported/written code based on vendor/libphonenumber/javascript/i18n/phonenumbers/demo.js and turned that into libphonenumber.js at the root of this project.
Starred by 80 users
Forked by 40 users
Languages JavaScript 92.0% | Shell 8.0%
GitHub
github.com › alex1704 › LibphonenumberStandaloneJS
GitHub - alex1704/LibphonenumberStandaloneJS · GitHub
let partialPhone = '+38063111'; ...etRegionCodeForNumber(number); ... let example = Libphonenumber.getUtil().getExampleNumber('UA'); let out = Libphonenumber.extractPropertyObject(example);...
Author alex1704
GitHub
github.com › Bunlong › libphonenumbers
GitHub - Bunlong/libphonenumbers: JavaScript port of Google's libphonenumber library for parsing, formatting, and validating international phone numbers in Node.js. · GitHub
import libphonenumbers from 'libphonenumbers'; const PNF = libphonenumbers.PhoneNumberFormat; // Create an instance of PhoneNumberUtil const phoneUtil = libphonenumbers.PhoneNumberUtil.getInstance(); // Parse number with US country code and ...
Starred by 12 users
Forked by 2 users
Languages JavaScript
GitHub
github.com › google › libphonenumber › tree › master › javascript
libphonenumber/javascript at master · google/libphonenumber
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. - libphonenumber/javascript at master · google/libphonenumber
Author google
GitHub
github.com › patw0929 › libphonenumber-js-utils
GitHub - patw0929/libphonenumber-js-utils
This repo is a compiled and minified version of the utilities functions from the googlei18n's libphonenumber library.
Starred by 5 users
Forked by 13 users
Languages JavaScript 90.6% | Shell 9.4% | JavaScript 90.6% | Shell 9.4%
GitHub
github.com › catamphetamine › libphonenumber-js › blob › master › examples.mobile.json
libphonenumber-js/examples.mobile.json at master · catamphetamine/libphonenumber-js
A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript - libphonenumber-js/examples.mobile.json at master · catamphetamine/libphonenumber-js
Author catamphetamine
UNPKG
unpkg.com › browse › @botique › libphonenumber-js@1.0.27 › README.md
botique/libphonenumber-js/README.md
## Installation ``` npm install ... For example, `+7 800 555 35 35` phone number belongs to Russia so it has `RU` country code where as `+800 1 1111 1111` phone number could belong to any country so it has `001` country code. ## API ### parse(text, [defaultCountry], [options]) Attempts to parse ...
Phrase
phrase.com › home › resources › blog › using libphonenumber for international phone numbers
Using libphonenumber for International Phone Numbers | Phrase
January 3, 2025 - Google has its own Clojure-based JavaScript version of the library, but we’ll be using another library, catamphetamine/libphonenumber-js, which is a simpler and smaller rewrite of Google’s libphonenumber in JavaScript. This particular library can be integrated into any preferred framework. For this tutorial, we’ll build a framework-agnostic demo app so it can be useful for as many developers as possible. 🗒 Note » Get the code for the demo app in our GitHub repo.
Js
libphonenumbers.js.org
libphonenumbers: Introduction
If you are not redirected automatically, follow this link
GitHub
github.com › technoiswatchingyou › libphonenumber-js
GitHub - technoiswatchingyou/libphonenumber-js: A simpler (and smaller) rewrite of Google Android's libphonenumber library
For those asking for phone number examples for use in <input placeholder/>s: see libphonenumber-js/examples.mobile.json.
Author technoiswatchingyou