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 11,900 community submitted regex patterns...
0
Extract words between ":" and "-"
PCRE (PHP <7.3)
extract string between strings
Submitted by
anonymous
-
4 years ago
0
get child configs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
google font downloader
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
google font css url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PHP Linting - Regex to bring curly brace next to control structure instead than on new line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
decode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
One parentheses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
What You Want to match? (Only ") OR CHARECTERS BETWEEN " ????
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
RAMESH IS RAMESH ??
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Autonote.json matching
PCRE (PHP <7.3)
Matches most of the Open Dental autonote.json exports for shifting text around
Submitted by
anonymous
-
4 years ago
0
m3u parser (bruh)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Emoji Identifier
PCRE (PHP <7.3)
Regex encontrara aqui: https://stackoverflow.com/a/20208095
Submitted by
anonymous
-
4 years ago
0
one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Acceptable text input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
A4Cpfl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
sentence selection with specific words in proximity
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Validate proper formating for a single short hostanme or DNS FQDN or IPv4 address
PCRE (PHP <7.3)
Accepts: Valid IPv4: 127.0.0.1 192.168.1.1 192.168.1.255 192.168.255.255...
Submitted by
anonymous
-
4 years ago
0
Final Exchange Amount
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
sentence selection for Tamil
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
460
461
462
463
464
...
595
whois
0
Regular Expression
PCRE (PHP <7.3)
/
Country:
[
\s
]
+
(
\S
{2}
)
/
i
Open regex in editor
Description
whois find param
Submitted by
anonymous
-
a year ago