Regular Expressions 101

Community Patterns

0

任意字符串

PCRE2 (PHP >=7.3)
(.*)
Submitted by kobunketsu - 2 years ago
0

ID-in-C

PCRE2 (PHP >=7.3)
Identifiers in C
Submitted by anonymous - 2 years ago
0

DiscoveryPlus regex

PCRE2 (PHP >=7.3)
.
Submitted by anonymous - 2 years ago

MR Title validation

0

Regular Expression
Python

r"
^SW(TS|L|M)-(\d+)([:,] )([wW][iI][pP])?(?(4)[ \w]{3,}|(?!([wW][iI][pP]))[ \w]{3,}).*$
"
gm

Description

Loading markdown...
Submitted by alkov - 2 years ago