1.0.5 • Published 2 years ago

regex-awesome v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago