Regular Expressions 101

Community Patterns

get package and version from path after several words

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

get package and version from path after several words

Submitted by anonymous - 2 years ago