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 5,180 community submitted regex patterns...
0
Add quotes around unquoted dates
Python
Used this for a lab in my R class. We copied and pasted WHAS 500 data. The the data values in the raw data do not have quotes around them.
Submitted by
anonymous
-
4 years ago
0
Add comma to the end of a data line
Python
no description available
Submitted by
anonymous
-
4 years ago
0
AG Network: Add new contact
Python
no description available
Submitted by
anonymous
-
4 years ago
0
分组替换
Python
no description available
Submitted by
anonymous
-
4 years ago
0
分组替换升级版
Python
考虑开头重复的情况
Submitted by
anonymous
-
4 years ago
0
validate phone
Python
no description available
Submitted by
anonymous
-
4 years ago
0
regex email
Python
use for censor phonenumber in comment
Submitted by
anonymous
-
4 years ago
0
分组与断言
Python
no description available
Submitted by
anonymous
-
4 years ago
0
extract scipts and args from upgrade steps
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Mac IP
Python
no description available
Submitted by
anonymous
-
4 years ago
0
‘.’ operator
Python
. 运算符 匹配任意单个字符,但不匹配换行符。
Submitted by
anonymous
-
4 years ago
0
[x1-x2] /[x1x2...xn] char set
Python
在方括号中使用连字符来指定字符集的范围。 在方括号中的字符集不关心顺序。
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
sem
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
conatact
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
...
125
126
127
128
129
...
259
IPv4 extraction
1
Regular Expression
Python
r"
(
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
){3}
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
"
Open regex in editor
Description
no description available
Submitted by
Jacob
-
10 years ago