Regular Expressions 101

Community Patterns

0

test

PCRE2 (PHP >=7.3)
test
Submitted by anonymous - 10 months ago
0

1-100

PCRE (PHP <7.3)
1-100
Submitted by anonymous - 10 months ago

Commit Message

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?# First line )(?:fix|chore|docs|feat|refactor|style|test)(?:\(.*\))?: (?# Some content and then two line breaks twice. For the short and long description )[A-Za-z](?:.+\s{2}){2}(?# Ticket or project task line )(?:\w+\s(TT|PT)\d+[\s\S]*)
/
gm

Description

Loading markdown...
Submitted by anonymous - a year ago