Regular Expressions 101

Sponsors

Library entries

0
javascript

service selector parser

HV Platform
Submitted by anonymous - a month ago
0
python

WIP detector

Detect WIP strings in a git commit.
Submitted by anonymous - a month ago
0
javascript

Padrão - numeração de contrato CAIXA

teste
Submitted by anonymous - a month ago
0
golang

Kt SDK V2

kt SDKV2
Submitted by anonymous - a month ago
0
golang

GO SDK V2

Go SDK v2
Submitted by anonymous - a month ago
0
golang

REACT SDK V3

React SDK V3
Submitted by anonymous - a month ago
0
python

Content inside string

Will match any character inside " or '
Submitted by anonymous - a month ago

Conventional Commits RegEx

Vote

1

Regular Expression
python

"
\A(?:(?P<type>[^\(!:]+)(?:\((?P<scope>[^\)]+)\))?(?P<breaking>!)?: (?P<description>.+))(?:(?!(?:\n{2}^(?:BREAKING[ -]CHANGE|[a-zA-Z0-9_\-]+)(?:: | #\b)[^\n:]+(\n*\b)?)+)\n{2}(?P<body>(?:(?!\n{2}(?:^(?:BREAKING[ -]CHANGE|[a-zA-Z0-9_\-]+)(?:: | #\b)[^\n:]+(\n*\b)?)+).|\n+?)+?))?(?:\n{2}(?P<footers>(?:^(?:BREAKING[ -]CHANGE|[a-zA-Z0-9_\-]+)(?:: | #\b)[^\n:]+(\n*\b)?)+))?(?:\n*)\Z
"
m

Description

Loading markdown...
Submitted by mccoderpy - 3 months ago