Regular Expressions 101

Library entries

0
pcre2

入门学习

Submitted by anonymous - 10 hours ago
0
pcre2

exclude square brackets

exclude square brackets
Submitted by tarek - a day ago
0
pcre

strip host port

removes port number from URL
Submitted by pc - 3 days ago
0
java

Martch Letras y Parentesis

Martch Letras y Parentesis
Submitted by Daniel Gonzalez - 4 days ago
0
pcre2

YouTube link parser

Validate an URI to YouTube video.
Submitted by anonymous - 4 days ago

Git Commit Message Validation

Vote

0

Regular Expression
python

r"
^(?:(?P<type>(?:feat)|(?:fix)|(?:docs)|(?:style)|(?:refactor)|(?:test)|(?:merge)|(?:chore))(?: \((?P<issue>.+)\))?: (?P<subject>[A-Z0-9].{0,48}(?!\.).?)\n?)(?:\n(?P<body>(?:.*\n?)+))*$
"
gm

Description

Loading markdown...
Submitted by anonymous - 2 months ago