You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drift/server/node_modules/bcp47
Max Leiter 208ba42c0e
Initial commit
3 years ago
..
lib Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago
package.json Initial commit 3 years ago

README.md

bcp47

Parser for the BCP 47 language tag specification

npm travis coveralls

BCP 47

module.parse(tag) : Object
Parses the language tag and returns an object with all the available information. If the tag is not valid it returns null. Look at the examples folder to see what information returns.