Socket
Socket
Sign inDemoInstall

extglob

Package Overview
Dependencies
93
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    extglob

Extended globs. extglobs add the expressive power of regular expressions to glob patterns.


Version published
Maintainers
1
Install size
1.93 MB
Created

Readme

Source

extglob NPM version

Extended globs. extglobs add the expressive power of regular expressions to glob patterns.

Install with npm

npm i extglob --save

Usage

var extglob = require('extglob');

Features

  • ?(pattern): Match zero or one occurrence of the given pattern.
  • *(pattern): Match zero or more occurrences of the given pattern.
  • +(pattern): Match one or more occurrences of the given pattern.
  • @(pattern): Match one of the given pattern.
  • !(pattern): Match anything except one of the given pattern.

Run tests

Install dev dependencies:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright (c) 2015 Jon Schlinkert
Released under the MIT license


This file was generated by verb on February 05, 2015.

Keywords

FAQs

Last updated on 05 Feb 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc