文件名称:brace-expansion:从JavaScript中的shbash已知的Brace扩展
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-23 13:50:10
JavaScript
大括号扩展 从JavaScript中的sh / bash知道的。 例子 var expand = require ( 'brace-expansion' ) ; expand ( 'file-{a,b,c}.jpg' ) // => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] expand ( '-v{,,}' ) // => ['-v', '-v', '-v'] expand ( 'file{0..2}.jpg' ) // => ['file0.jpg', 'file1.jpg', 'file2.jpg'] expand ( 'file-{a..c}.jpg' ) // => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] expand ( 'file{2..0}.jpg' ) // => ['file2.j
【文件预览】:
brace-expansion-master
----.gitignore(19B)
----package.json(1KB)
----package-lock.json(23KB)
----.travis.yml(80B)
----LICENSE(1KB)
----index.js(5KB)
----.github()
--------FUNDING.yml(54B)
----README.md(4KB)
----example.js(398B)
----.npmignore(50B)
----test()
--------pad.js(223B)
--------bash-comparison.js(909B)
--------negative-increment.js(482B)
--------same-type.js(160B)
--------order.js(168B)
--------cases.txt(3KB)
--------perf()
--------nested.js(396B)
--------empty-option.js(183B)
--------bash-results.txt(8KB)
--------sequence.js(1KB)
--------dollar.js(526B)
--------generate.sh(538B)