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 9,420 community submitted regex patterns...
0
IPV6 validator
PCRE (PHP <7.3)
no description available
Submitted by
olivier.parmentier
-
6 years ago
0
ips da empresa
PCRE (PHP <7.3)
ips da empresa
Submitted by
anonymous
-
6 years ago
0
telephone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Étude - Atomic Grouping
PCRE (PHP <7.3)
no description available
Submitted by
PHILIPPE Vincent
-
6 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DetalleNoicia
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DetalleNoicia
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
simple email finder (without +filter)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Identificadores
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
palindromes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Cleaning Subjects
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Cottage Cheese
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
schild-dargestellt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Currency for dot decimal separator
PCRE (PHP <7.3)
no description available
Submitted by
Eric Sant'Anna
-
6 years ago
0
wasm matching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Surya Regex
PCRE (PHP <7.3)
GDPR REGEX
Submitted by
anonymous
-
6 years ago
0
2018-04-17 - gm financial truck loan bob 3689 statements regex
PCRE (PHP <7.3)
2018-04-17 - gm financial truck loan bob 3689 statements regex
Submitted by
anonymous
-
6 years ago
0
Primality
PCRE (PHP <7.3)
Matches any sequence of consecutive ones that isn't of prime length.
Submitted by
anonymous
-
6 years ago
0
NOT a word example with Shopify
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
isilon drive ok to gone end of flexprotect job
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
102
103
104
105
106
...
471
Community Library Entry
1
Regular Expression
Rust
r"
(?P<function>
def
\s
+
(?P<function_name>
\w
+
)
\s
*
\(
(?P<parameters>
(?:
.
|
\n
)*
?
)
\)
:
\s
*
(?:
\n
[
\t
]
+
.
*
?
)*
\n
)
"
g
Open regex in editor
Description
Gets the python function declarations
Submitted by
anonymous
-
a year ago