1.0.5 • Published 3 years ago

regex-awesome v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

regex-awesome

functioninput data typeoutput data typequantity of parameter
dotDecimalstring, numberstring1
import REGEX from  'regex-awesome';

//1. dot decimal separator format
const input = 1000000000; 
const output = REGEX.dotDecimal(input);
//result is 1.000.000.000

👨‍🔧project is in the process of development 👷🏼

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago