Skip to content
#

wildcard

Here are 76 public repositories matching this topic...

Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by webpack, babel core, yarn, jest, browser-sync, documentation.js, stylelint, nyc, ava, and many others!

  • Updated Jul 13, 2020
  • JavaScript

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").

  • Updated Mar 11, 2020
  • JavaScript
Ekalips
Ekalips commented Jun 21, 2018

Is your feature request related to a problem? Please describe.
There is no support for wildcards like this: "tes[tqs]" or "test[1-5]"

Describe the solution you'd like
I would really appreciate support of wildcards with square brackets.
I already tried to add custom rules with "[" -> "[" and "]" -> "]" but even if brackets appear in final regex - character range doesn't work, becaus

Improve this page

Add a description, image, and links to the wildcard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wildcard topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.