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 18,000 community submitted regex patterns...
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
Detecting Typical Australian Address (Street only)
Python
no description available
Submitted by
anonymous
-
4 years ago
0
positive numbers up to 100
ECMAScript (JavaScript)
no description available
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
index line up 20200603
Python
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
Javascript GUID regex
ECMAScript (JavaScript)
Validate GUID using a regex expression. Does not allow: Mismatched enclosing braces. Incorrect numbers of characters per grouping. Incorrect number of groupings....
Submitted by
stom
-
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
0
Validate unsigned non null short integer (16bits / 2 Bytes)
PCRE (PHP <7.3)
Validate a unsigned integer in the range 1-65535 This can for example be a UDP or TCP port number
Submitted by
anonymous
-
4 years ago
0
Javascript GUID regex
ECMAScript (JavaScript)
Validate GUID using a regex expression (not RFC4122-complete!). Does not allow: Mismatched enclosing braces. Incorrect numbers of characters per grouping. Incorrect number of groupings....
Submitted by
R Mason
-
4 years ago
0
Emerson
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
FIS v1 Transaction Metadata Format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
BizTalk multiple string pattern query
PCRE (PHP <7.3)
Used for a BizTalk Application Event trigger in Zabbix. Should match when both sentences are matched and everything between the sentences can be random
Submitted by
anonymous
-
4 years ago
1
...
683
684
685
686
687
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
\+
7
]
{2}
|
7
{1}
|
8
{1}
)
(
[
\(\-
]
*
[
0
-
9
]
{3}
[
\)\-
]
*
)
(
[
0
-
9
\-
]
{7,9}
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago