Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-17 09:33
Flavor·Python

r"
^(?:(?P<type>(?:feat)|(?:fix)|(?:docs)|(?:style)|(?:refactor)|(?:test)|(?:merge)|(?:chore))(?: \((?P<issue>.+)\))?: (?P<subject>[A-Z0-9].{0,48}(?!\.).?)\n?)(?:\n(?P<body>(?:.*\n?)+))*$
"
gm
Open regex in editor

Description

Validate a modified Version of https://udacity.github.io/git-styleguide/

Submitted by anonymous