p4h-convert-arabic-numbers
v1.0.4
Published
convert Arabic numbers to English numbers
Downloads
5
Maintainers
Readme
Convert Arabic Numbers To English Numbers
A simple JavaScript library to convert Arabic numbers to English numbers.
Getting Started
Install with NPM:
How to use
Import into your project:
import { p4har } from 'p4h-convert-arabic-numbers';
// Example:
p4har('١٢٣٤٥٦٧٨٩٠'); // 1234567890
// OR
p4har("الأرقام العربية ١٢٣٤٥٦٧٨٩٠") // الأرقام العربية 1234567890