Regular Expressions 101

Library entries

1
pcre2

3 letter word finder

finds any 3 letter words in a text
Submitted by anonymous - 12 hours ago
0
pcre2

quoted strings regex

matches quoted strings
Submitted by anonymous - 20 hours ago
0
javascript

IPv4-CIDR

Match IPv4-CIDR (JavaScript)
Submitted by fwqaaq - 21 hours ago
0
pcre2

outletId

test outlet id
Submitted by Ankit - a day ago
0
dotnet

Youtube Video Id

Matches the video Id in Youtube URL.
Submitted by CW - a day ago
0
pcre2

fb-group

db gr
Submitted by anonymous - 2 days ago
0
pcre2

jvavo-regExp-links

To include all content checkers
Submitted by anonymous - 2 days ago
0
pcre2

converting table to repeattable command latex

for testing doc
Submitted by anonymous - 5 days ago

Conventional Commits for commitcheck.com

Vote

1

Regular Expression
pcre2

/
\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 - 2 months ago