GithubHelp home page GithubHelp logo

us-util's Introduction

us-util

us util

intall

npm install us-util --save

function

formatPhoneNumber

  • format phone number (length = 10)
  • eg:
  • 1212121212 => (121) 212-1212
  • @param {Number} input need format number
  • @return {String}

splitNumber

  • split number 1223300 => 1,223,300
  • @param {Number, String} input
  • @return {String}

StateMap (const)

  • US State Map => {Al: Alabama, Ak: Alaska, ...}
  • @return {Object}

capitalizeFirstLetter

  • capitalize first letter, lower case others
  • eg: firstName => Firstname
  • eg: first name => First Name
  • @param {String} string need capitalize string
  • @return {String}

getStateRemind

  • find us state where match input
  • eg:
  • MI => [ 'Michigan', 'Federated States Of Micronesia', 'Michigan', 'Minnesota', 'Mississippi', 'Missouri', 'Wyomin' ]
  • @param {String} input
  • @return {Array} []

getLongState

  • get long state
  • eg:
  • MI => 'Michigan'
  • @param {string} short state
  • @return {string} long state

getShortState

  • get short state
  • eg:
  • 'Michigan' => 'MI'
  • @param {string} short state
  • @return {string} long state

isUsState

  • is United States state
  • @param {String} input verify string
  • @param {String} type only verify type
  • @return {Boolean} is state

isNumber

  • number check
  • @param {String | Number} input
  • @return {Boolean}

isUsZipCode

  • is us zip code
  • @param {String | Number} input
  • @return {Boolean}

generateId

  • Generates a RFC-4122 version 4 compliant globally unique identifier.
  • @return {String}

isEmail

  • is email
  • @param {String} input
  • @return {Boolean}

clearNumber

  • clear number
  • @param {string}
  • @return {string} only number
  • eg: '1234 1212 sdf' => 12341212

getUsCardType

  • get us card type
  • @param {String} input
  • @return {String} on of card type

isUsCard

  • is us card check
  • @param {String} input
  • @return {Boolean}

us-util's People

Contributors

bridgelegal-feng avatar fengpan23 avatar

Stargazers

fengpan avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar fengpan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.