TJ-JSTOOLS ---- 字符串工具函数
安装
sh
npm i tj-jstools
1
简单使用
js
import { charInCounts } from "tj-jstools";
console.log(charInCounts)
console.log(charInCounts('ss,ss,ss',',')) // 2
1
2
3
2
3
API-列表
序号 | 名称 | 参数 | 功能简介 |
---|---|---|---|
1 | charInCounts | str:string ,char: string | 计算字符串中指定字符出现的次数 |
2 | DTMobile | mobile:string , | 手机号脱敏处理 |
2 | createRandomVerifyCode | num:number ,type:`string | string[]` |
TIP
点击API名称,可以直接进入对应API详情页面!