Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
^(?<type>build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|¯\\_\(\)_\/¯)(?<scope>\(\w+\)?((?=:\s)|(?=!:\s)))?(?<breaking>!)?(?<subject>:\s.*)?|^(?<merge>Merge \w+)
/
gm

Description
Created·2022-12-31 14:51
Type·Match
Flavor·PCRE2 (PHP)

conventional commits regex for gitlab

Submitted by Anonymous
Open Workspace