Regular Expressions 101

Community Patterns

0

Php

PCRE2 (PHP >=7.3)
Php
Submitted by Nickname - a year ago

Conventional Commits for commitcheck.com

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\A(?:(?:^(?<type>feat|fix|ci|chore|docs|test|style|refactor|build|perf|revert)(?:\((?<scope>.+)\))?(?<breaking>!)?:\s(?<subject>.{3,})$)(?:(?:(?<BLANK_LINE>\n^$\n)(?<body>(?:^.{3,}$\n?)+))?(?<BLANK_LINE2>\n^$\n)(?:(?<breaking_change>^BREAKING\sCHANGE:\s[\s\w]+$)\n)?(?:(?<footer>^\w+:\s.+)))?\n?|)\Z
/
gm

Description

Loading markdown...
Submitted by https://github.com/CCXXXI - 6 months ago