Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-10-30 20:31
Flavor·PCRE (Legacy)

/
(?:bower_components\/[\w._-]+)(?=[\/a-zA-Z.]+?)
/
gm
Open regex in editor

Description

This is a short regex for match bower package and produce package absolute path for given by bower list --paths --json command

Submitted by anonymous