Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-11-27 08:58
Flavor·PCRE2 (PHP)

/
(^(bugfix|feature)\/[a-z0-9]+(-[a-z0-9]+)*(-[0-9]+)?$|^(hotfix|support)\/(\d+.\d+.\d+)$|^(develop|main|release|staging)$)
/
gm
Open regex in editor

Description

This is the regex for our branch names.

Submitted by stefanfrede