0.0.1 • Published 6 years ago

sting-utils v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

sting-utils

STRING (or in some cases INTEGER/FLOATS) based Utilities

Current Features

  • parseEmptySting
  • formatAsCurrency
  • capitalizeFirstLetter
  • capitalizeWord
  • capitalizeFirstLetterInWholeSentence
  • getFileExtension = fn => fn.substring(fn.lastIndexOf('.'), fn.length);
  • uuid - dependent on uuid
  • parseIntOrZero
  • parseFloatOrZero
  • parseFloatToFixed
  • prefixZero
  • inWords

More Detailed Read Me coming soon !!!