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 3,960 community submitted regex patterns...
0
phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
身份证
ECMAScript (JavaScript)
^[1-9]\d{5}(18|19|20)\d{2}((0[1-9])|(1[0-2]))((0-2)|10|20|30|31)\d{3}[0-9Xx]$
Submitted by
anonymous
-
6 years ago
0
Extract milliseconds from output
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
中文字
ECMAScript (JavaScript)
只包含中文字,不包含标点符号
Submitted by
anonymous
-
6 years ago
0
中文字符
ECMAScript (JavaScript)
只包含中文字,包含标点符号
Submitted by
anonymous
-
6 years ago
0
Javascript - rgb / rgba
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
iso8601 duration
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
iso8601 duration
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO Date Format
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
username rule follower
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Table Stage 1
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Table Stage Two
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Parse tables in SQL Dump
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Parse fields of SQL Dump
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Command with arguments
ECMAScript (JavaScript)
This will parse command with/without arguments like: command --arg1=string --arg2=string `
Submitted by
anonymous
-
6 years ago
0
js email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
printer messages parser
ECMAScript (JavaScript)
prase messages from printers
Submitted by
anonymous
-
6 years ago
0
phone
ECMAScript (JavaScript)
My own regex for telephone number for my task
Submitted by
anonymous
-
6 years ago
0
date
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
문자그대로찾기
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
118
119
120
121
122
...
198
Community Library Entry
0
Regular Expression
Python
r"
^\s
{7}
(
[
-A
]
?
\d
+
)
\s
+
(
(
.
|
\n
)*
?
)
\n^\s
{24}
(
[
A
-
Z
]
{0,2}
\d
{3}
(
\.
\d
+
)?
(
\s
(
\w
+
)
)?
)
"
gm
Open regex in editor
Description
Matches entries in a library catalogue.
Submitted by
anonymous
-
a year ago