node-sanitize-filename:清理字符串以用作文件名

时间:2024-05-26 09:57:54
【文件属性】:

文件名称:node-sanitize-filename:清理字符串以用作文件名

文件大小:61KB

文件格式:ZIP

更新时间:2024-05-26 09:57:54

JavaScript

清理文件名 通过删除目录路径和无效字符,对字符串进行消毒以安全地用作文件名。 安装 npm install sanitize-filename 例子 var sanitize = require ( "sanitize-filename" ) ; // Some string that may be unsafe or invalid as a filename var UNSAFE_USER_INPUT = "~/.\u0000ssh/authorized_keys" ; // Sanitize the string to be safe for use as a filename. var filename = sanitize ( UNSAFE_USER_INPUT ) ; // -> "~.sshauthorized_keys" 细节 sanitize-filename删除以下内


【文件预览】:
node-sanitize-filename-master
----AUTHORS(76B)
----.gitmodules(153B)
----test.js(7KB)
----.npmignore(8B)
----.airtap.yml(297B)
----.travis.yml(1KB)
----LICENSE.md(1KB)
----README.md(3KB)
----index.d.ts(153B)
----.gitignore(15B)
----index.js(2KB)
----package-lock.json(224KB)
----Changelog.md(171B)
----package.json(805B)
----vendor()
--------big-list-of-naughty-strings()

网友评论