Regular Expressions 101

Library entries

0
pcre2

匹配代码块

用来匹配markdown里面的代码块
Submitted by anonymous - an hour ago
0
pcre2

asd

asdf
Submitted by anonymous - 18 hours ago
0
pcre2

Achternaam

Check on achternaam
Submitted by anonymous - a day ago
0
pcre2

Pull Quote regex

Get quote text and author
Submitted by sunilP - a day ago
0
pcre

jiggl

toggl track to jira
Submitted by anonymous - 2 days ago
0
pcre2

RegEx

Examples
Submitted by anonymous - 2 days ago
0
pcre2

EmailValidation

This is an Email validation using RegExp.
Submitted by anonymous - 2 days ago
0
pcre2

Age

Match "I'm ##" or "I am ##"
Submitted by Matt - 2 days ago
0
pcre2

IssuePattern

working pattern for Issue packages
Submitted by anonymous - 3 days ago
1
pcre2

3 letter word finder

finds any 3 letter words in a text
Submitted by anonymous - 4 days ago
0
pcre2

quoted strings regex

matches quoted strings
Submitted by anonymous - 4 days ago
0
pcre2

outletId

test outlet id
Submitted by Ankit - 4 days ago
0
pcre2

fb-group

db gr
Submitted by anonymous - 5 days ago
0
pcre2

jvavo-regExp-links

To include all content checkers
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