split-chars:在每个完整字符上分割一个字符串

时间:2024-06-13 09:15:59
【文件属性】:

文件名称:split-chars:在每个完整字符上分割一个字符串

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-13 09:15:59

JavaScript

分割字符 在每个完整字符上分割一个字符串。 安装 npm install split-chars 用法 import splitChars from "split-chars" ":England::red_heart:谢:family:" . split ( "" ) //=> [ ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ':red_heart:', '', '谢', ' ', ' ' ] splitChars ( ":England::red_heart:谢:family:" ) //=> [ ":England:", ":red_heart:", "谢", ":family:" ] 原料药 splitChars(输入) 输入 类型: string 要分割的字符串。


【文件预览】:
split-chars-master
----index.js(390B)
----test.js(800B)
----package.json(889B)
----index.test-d.ts(146B)
----readme.md(810B)
----.github()
--------workflows()
----license(1KB)
----index.d.ts(338B)
----.npmrc(19B)
----.editorconfig(190B)

网友评论