Skip to content

phabloraylan/convert-money-to-float

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert-money-to-float

Convert money to float.

Install

npm install convert-money-to-float

Testing

npm run test

Usage

import moneyToFloat from 'convert-money-to-float';

moneyToFloat("R$ 1.000,00")
// ---> 1000.00

moneyToFloat("US$ 1,000.00")
// ---> 1000.00

//No coins with symbols do not yet work in the end

About

Convert money to float.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published