regex-extname-posix:捕获POSIX文件扩展名的正则表达式

时间:2024-05-29 14:06:09
【文件属性】:

文件名称:regex-extname-posix:捕获POSIX文件扩展名的正则表达式

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-29 14:06:09

JavaScript

文件扩展名 捕获文件扩展名的。 安装 $ npm install regex-extname-posix 用法 var re = require ( 'regex-extname-posix' ) ; 关于 捕获文件扩展名的。 var ext = re . exec ( 'index.js' ) [ 1 ] ; // returns '.js' 笔记 当针对dotfile的文件名(例如,执行.gitignore )时, 不捕获基名作为文件扩展名。 var ext = re . exec ( '.bash_profile' ) [ 1 ] ; // returns '' ext = re . exec ( '.travis.yml' ) [ 1 ] ; // returns '.yml' 例子 var re = require ( 'regex-extname-posix' ) ; v


【文件预览】:
regex-extname-posix-master
----.travis.yml(141B)
----.jshintignore(118B)
----package.json(1KB)
----test()
--------test.js(1KB)
----LICENSE(1KB)
----TODO.md(11B)
----.npmignore(519B)
----examples()
--------index.js(572B)
----.gitignore(1KB)
----lib()
--------index.js(1KB)
----Makefile(2KB)
----README.md(3KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)

网友评论