README
wordTONumber
Converts input string to number
Features
- wordToNumber converts input string to output numbers
API USAGE
wordToNumbers(input
)
- {string} input - input string value
Examples
- converts
one hundred
to 100 - converts
nine
to 9 - converts
ten millions fifty thousand and five
to 10050005 - converts
two lakhs five hundred and fifty
to200550
- converts
two ten crores thirty thousand five hundred and five
to300005520
- converts
two ten crores thirty thousand five hundred and five
to2100055005