1.1.0 • Published 3 years ago
separator-thousands v1.1.0
介绍
introduce
var regexFunc = require('separator-thousands');
example one
let objFunc = new regexFunc("123123123123",".");
console.log(objFunc.get()); // '123.123.123.123'
example two
let objFunc = new regexFunc("123123123123");
console.log(objFunc.get()); // '123,123,123,123'