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 2,540 community submitted regex patterns...
1
小写单词
Python
搜索句子中的小写单词
Submitted by
enihsyou
-
9 years ago
1
HDFS Audit Log Parser
Python
no description available
Submitted by
Vance Wei
-
9 years ago
1
nlc variation
Python
no description available
Submitted by
yasaman
-
9 years ago
1
Filter public functions
Python
It filters out the body of all public functions.
Submitted by
Sachin
-
9 years ago
1
Strip unicode u
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Address
Python
Regex for extracting address with pincode.
Submitted by
Irfan Patel
-
9 years ago
1
Apache Log Parser
Python
Parse Apache web logs to be stored in python (most likely a tuple for manipulation, parsing, and correlation)
Submitted by
hos
-
8 years ago
1
grabs first part of formula
Python
no description available
Submitted by
anonymous
-
8 years ago
1
grab value from json
Python
no description available
Submitted by
anonymous
-
8 years ago
1
pull version number
Python
no description available
Submitted by
anonymous
-
8 years ago
1
BigTimeRegex2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
BigTimeRegex3
Python
no description available
Submitted by
anonymous
-
8 years ago
1
a
Python
no description available
Submitted by
anonymous
-
8 years ago
1
HTML tag search
Python
finds the common html tags
Submitted by
Henri Mulder
-
8 years ago
1
re
Python
no description available
Submitted by
anonymous
-
8 years ago
1
xref phone number
Python
no description available
Submitted by
anonymous
-
8 years ago
1
RUBROS
Python
no description available
Submitted by
anonymous
-
8 years ago
1
C-style comments
Python
Match C-style comments
Submitted by
Mykola Orliuk
-
8 years ago
1
step1
Python
no description available
Submitted by
anonymous
-
8 years ago
1
SubRE
Python
no description available
Submitted by
anonymous
-
8 years ago
1
...
103
104
105
106
107
...
127
Community Library Entry
-2
Regular Expression
Rust
r"
(
(
[^
\n
:#
]
*
)
(?:
:
(
[^
\n
#
]
+
)
)?
)
(?:
#
(
[
0
-
9A
-
Za
-
z
]
+
)
(?:
\(
(
\d
+
\.
?
\d
*
)
\)
)?
)?
"
g
Open regex in editor
Description
The regex to match a single pro forma modification with all its intricacies.
Submitted by
Douwe Schulte
-
a year ago