Skip to content
本章目录

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

API-列表

序号名称参数功能简介
1charInCountsstr:string,
char:string
计算字符串中指定字符出现的次数
2DTMobilemobile:string,
手机号脱敏处理
2createRandomVerifyCodenum:number,
type:`string
string[]`

TIP

点击API名称,可以直接进入对应API详情页面!

Released under the MIT License.