valid-filename:检查字符串是否是有效的文件名

时间:2024-06-14 21:18:27
【文件属性】:

文件名称:valid-filename:检查字符串是否是有效的文件名

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-14 21:18:27

JavaScript

有效文件名 检查字符串是否是 安装 $ npm install valid-filename 用法 const validFilename = require ( 'valid-filename' ) ; validFilename ( 'foo/bar' ) ; //=> false validFilename ( 'foo-bar' ) ; //=> true 原料药 validFilename(输入) 返回input是否为有效文件名的boolean 。 输入 类型: string 要检查的字符串。 有关的 将字符串转换为有效的安全文件名 执照 麻省理工学院:copyright:


【文件预览】:
valid-filename-main
----index.test-d.ts(117B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(587B)
----license(1KB)
----index.d.ts(635B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(481B)
----readme.md(640B)
----package.json(674B)

网友评论