Regular Expressions 101

Community Patterns

get package and version from path after several words

0

Regular Expression
PCRE2 (PHP >=7.3)

;
packages/(?<package>[^\/]+)/(?<version>[^\/]+)/(?<file>[^\/]+)
;
gm

Description

skip a word initially then get the package from pair of slashes

Submitted by anonymous - 2 years ago