fitzgen / glob-to-regexp

Convert a glob to a regular expression
152 stars 23 forks source link

Added capture groups #11

Closed roccivic closed 7 years ago

roccivic commented 7 years ago

Allows to know what was matched by glob or globstar. Not sure if this is the most elegant implementation, perhaps this feature could be activated by an option.

fitzgen commented 7 years ago

Looks great! Thanks!

@roccivic are you interested in being a collaborator / comaintainer for glob-to-regexp?

roccivic commented 7 years ago

@fitzgen Thanks for merging. And yes, I wouldn't mind collaborating on this one.

fitzgen commented 7 years ago

@roccivic collab invite sent!

roccivic commented 7 years ago

@fitzgen accepted