Regular Expressions 101

Community Patterns

filter branch name in git

1

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

skip everything before the real last branch name

Submitted by anonymous - 9 months ago