filename-regex icon indicating copy to clipboard operation
filename-regex copied to clipboard

Regular expression for matching file names, with or without extension.

Results 3 filename-regex issues
Sort by recently updated
recently updated
newest added

Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...

## Version **1.0.0** of [gulp-format-md](https://github.com/jonschlinkert/gulp-format-md) just got published. Dependency gulp-format-md Current Version 0.1.12 Type devDependency The version **1.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

``` js 'a/b/some\\file'.match(regex()); ``` On *nix this leads to incorrect result of `file`, where expected was `some\file`.

bug