Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-05-06 16:48
Flavor·PCRE2 (PHP)

/
^(?<type>[\w]+)(\((?<scope>[\w\-]+)\))?(?<breaking>!)?: ((?<issue>([A-Z]+-|#)[\d]+) )?(?<description>.*)
/
gm
Open regex in editor

Description

Custom conventional commits parsing.

Submitted by anonymous