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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 4,940 community submitted regex patterns...
0
thuê bao 12 số
Python
no description available
Submitted by
anonymous
-
5 years ago
0
parse sqs url
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Macro Guard '#if' finding regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Negative lookahead
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
5 years ago
0
匹配合法的变量名
Python
\b[a-zA-Z_]\w+
Submitted by
anonymous
-
5 years ago
0
正则式的命名和反向引用
Python
(?P(\w+\s+))(?P=dup)
Submitted by
anonymous
-
5 years ago
0
提取有效小数,如果是0,则只保留1个0
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction_Action_Date
Submitted by
anonymous
-
5 years ago
0
amazon pdf regexpress
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AMap POI ID
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AMap POI Tile index
Python
no description available
Submitted by
anonymous
-
5 years ago
0
highlight
Python
no description available
Submitted by
anonymous
-
5 years ago
0
PRUEBA 1
Python
ZAHO :CMM,:NR=2087:;
Submitted by
anonymous
-
5 years ago
0
Remove whiteSpace and char
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
HDSTREAMS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
my
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Validate domain
Python
Validate that the string is a domain name (internationalization supported)
Submitted by
anonymous
-
5 years ago
0
Call-ID
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
112
113
114
115
116
...
247
lineup.re
0
Regular Expression
Python
r"
(
^
[
A
-
Z
]
[
a
-
z
]
[^
\d
:
]
*
$
)
\n
(
\s
+
)?
(
(
(
[
A
-
Za
-
z
,
]
+
)
|
(
.
*
)?
(
\(
\w
+
.
*
\)
)
)
(
\s
+
)?
(
(
-
[
\d
,
]
+
|
[
\d
,
]
+
)
\s
(
\s
+
)?
(
-
[
\d
,
]
+
|
[
\d
,
]
+
)
(
.
*
)?
)
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago