Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?<path>.*\/)*(?<branch>.*)
/
gm

Description

skip everything before the real last branch name

Submitted by anonymous - a year ago