Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,000 community submitted regex patterns...
0
PACCAR VIN trimmer
ECMAScript (JavaScript)
trin vin from a scanned qr
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
1
1
Golang
11
Submitted by
anonymous
-
2 years ago
0
匹配文本开头的(xxx) xxx) ) 或者 xxx.
PCRE2 (PHP >=7.3)
匹配文本开头的(xxx) xxx) ) 或者 xxx.
Submitted by
anonymous
-
2 years ago
0
Learn regex
PCRE2 (PHP >=7.3)
Learn regex
Submitted by
Supermen
-
2 years ago
0
PHPDOC Regex for extracting @param
PCRE2 (PHP >=7.3)
Regex used for extract @param in phpdoc
Submitted by
fmargerit
-
2 years ago
0
Simple Macro Extraction from Ad Tag
ECMAScript (JavaScript)
Submitted by
AM
-
2 years ago
0
regex pattern for Canadian addresses
ECMAScript (JavaScript)
regex pattern for Canadian addresses
Submitted by
Victor Kimura - Surrey, Canada
-
2 years ago
1
do_action and apply_filters name getter for Wordpress
PCRE2 (PHP >=7.3)
This will pluck out any do_action or apply_filters name in your code. Useful if you want to see what actions or filters have been added or deprecated between codebases, etc.
Submitted by
olie480
-
2 years ago
1
url regex
PCRE2 (PHP >=7.3)
Submitted by
-
2 years ago
0
Match a mention not filled yet to display user list (like twitter)
ECMAScript (JavaScript)
Match a mention not filled yet to display user list (like twitter)
Submitted by
Vini Pereira
-
2 years ago
0
for-orth
Java 8
For orth
Submitted by
gastipatis
-
2 years ago
0
Match number from URL surrounded by slashes
PCRE2 (PHP >=7.3)
Match number from URL surrounded by slashes, except numbers within domain (as it's not surrounded with slashes)
Submitted by
fifle
-
2 years ago
1
{{ start and and tags }}
PCRE2 (PHP >=7.3)
Not allowing strings that start with {{ or and with }} or }}.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
bold question mark line
PCRE2 (PHP >=7.3)
bold question mark line
Submitted by
anonymous
-
2 years ago
0
Şekil sayı'ek
ECMAScript (JavaScript)
Şekil 1'de Şekil 6.'da Şekil 5'te
Submitted by
anonymous
-
2 years ago
0
Cümle içi atıf
ECMAScript (JavaScript)
Yazar ve Yazar (2022)
Submitted by
caner
-
2 years ago
0
Match Date From DateTime ISO 8601
Golang
Match Date From DateTime ISO 8601
Submitted by
kuyaninja
-
2 years ago
0
Change GDevelop game to use a different extension name
PCRE2 (PHP >=7.3)
Move all shield-related functions into a new behavior called "Shield". For example: BEFORE: "value": "Health::Health::IsDamageCooldownActive" "value": "Health::Health::RegenShieldWhenZero" ...
Submitted by
Victris Games
-
2 years ago
0
Any WhiteSpace Character
.NET 7.0 (C#)
Any WhiteSpace Character
Submitted by
anonymous
-
2 years ago
0
Color Codes
ECMAScript (JavaScript)
hi
Submitted by
12944qwerty
-
2 years ago
1
...
117
118
119
120
121
...
900
Community Library Entry
0
Regular Expression
Java 8
"
(?<=
[
a
-
zA
-
Z
]
)
\d
+
(?=
[
a
-
zA
-
Z
]
)
"
gm
Open regex in editor
Description
获取前后各有一个数字,中间的数字
Submitted by
lemon 1900
-
2 years ago