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 11,300 community submitted regex patterns...
0
恩更
Python
非法发
Submitted by
anonymous
-
2 years ago
0
完形填空
Python
完形填空
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
dice thing
Python
Stuff for a dnd thing
Submitted by
Cata
-
2 years ago
0
PO Number
Python
Detects specific prefixes followed by number series
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Credit Note
Python
Detects specific word in a sentence
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Postcode (UK)
Python
Detects UK postcodes (minimal edge cases)
Submitted by
anonymous
-
2 years ago
0
Extract VK.com community ID
Python
Extract the numerical ID of a VK Commmunity fromit's wall url.
Submitted by
anonymous
-
2 years ago
0
使用した正規表現
PCRE (PHP <7.3)
用例の検索のために使用した正規表現です。
Submitted by
anonymous
-
2 years ago
0
regex expression to DateTime checking in YYYY-MM-DDTHH:MM:SS[+/-]HH:SS
Python
/(^((\d{4}-(((0[13578]|1)-(0[1-9]|[1-2]\d|3[01]))))|((\d{4}-(((0[469]|1)-(0[1-9]|[1-2]\d|3)))))|((\d{4}-(0[2]-(0[1-9]|[1-2]\d)))))T(([01]\d|2[0-3]):([0-5]\d):([0-5]\d))?(+-\d:[0-5]\d)$)/gm
Submitted by
anonymous
-
2 years ago
(Last modified a year ago)
0
Url handling
Python
Simple regex to split url
Submitted by
Hangfish
-
2 years ago
0
find between
PCRE (PHP <7.3)
find between
Submitted by
anonymous
-
2 years ago
0
完形填空答案提取
Python
提取并分组: 题号 ABCD四个答案
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Matching %d-%b date format
Python
Matching %d-%b date format with or without leading 0 in the day
Submitted by
Justin Copeland
-
2 years ago
0
Extraire les informations du chemin d'une photo
PCRE (PHP <7.3)
Extraire les informations du chemin d'une photo.
Submitted by
Nicolas
-
2 years ago
0
lua_pattern
Python
lua file name
Submitted by
anonymous
-
2 years ago
0
Add gcache.size to Galera Cluster node config
Python
Regexp to add gcache.size to Galera cluster config, using Ansible's replace module
Submitted by
Aurelio Llorente
-
2 years ago
0
match street address
PCRE (PHP <7.3)
match street address with no more than 6 numbers and no special characters
Submitted by
anonymous
-
2 years ago
0
Any mobile number extraction
Python
extracting mobile number along with country code
Submitted by
anonymous
-
2 years ago
0
Email id extraction
Python
extracting email id from given string
Submitted by
anonymous
-
2 years ago
0
css class
PCRE (PHP <7.3)
css class
Submitted by
anonymous
-
2 years ago
1
...
547
548
549
550
551
...
565
Community Library Entry
3
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
[
\+
]
{1}
)?
(?:
\(
[
0
-
9
]
{1,2}
\)
?
)?
(?:
[
0
-
9
]
?
-
?
){6,14}
[
0
-
9
]
$
/
gmi
Open regex in editor
Description
no description available
Submitted by
devsolarte@gmail.com
-
9 years ago