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 4,760 community submitted regex patterns...
0
v1.0
Python
Coge todos los casos válidos, descarta todos los incorrectos.
Submitted by
anonymous
-
5 years ago
0
timestamp
Python
no description available
Submitted by
anonymous
-
5 years ago
0
支持split分组匹配
Python
支持split分组匹配
Submitted by
anonymous
-
5 years ago
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
HDSTREAMS
Python
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
1
...
108
109
110
111
112
...
238
Community Library Entry
0
Regular Expression
Python
r"
(
```
|
`
)
(
python
)?
\s
*
?
\n
?
(
from
\S
+
)?
import
\S
+
(
\n.
*
?
;
)*
\n
(
(
.
*
return
\S
+
```
)
|
(
`return
\S
+
`
)
)
"
gm
Open regex in editor
Description
A regex that matches comments that adhere to the rules of r/ProgrammerHumor
Submitted by
anonymous
-
a year ago