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
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex MATCHES: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex MATCHES: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex matches: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
regionName
PCRE (PHP <7.3)
regular expression to allow spaces between words - pcre and jc flavor
Submitted by
anonymous
-
8 years ago
0
US Phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Apple brand names
PCRE (PHP <7.3)
try names like iMac iPad iDays AppleCare ...
Submitted by
Jean Luc Emmanuel VERHANNEMAN
-
8 years ago
0
Custom Url Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Return XML tag where attribute value equals X
PCRE (PHP <7.3)
Return XML tag where attribute value equals X
Submitted by
anonymous
-
8 years ago
0
CsString.format []
PCRE (PHP <7.3)
CsString.format []
Submitted by
anonymous
-
8 years ago
0
GEDCOM 1.1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
GEDCOM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Keep only the code characters
PCRE (PHP <7.3)
Strips out all alphanumeric characters from your code and leaves you with only the code characters.
Submitted by
Tim van Steenbergen
-
8 years ago
0
8 number ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
get css value and unit
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Reg Ex Date Format mm/dd/yyyy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
json make strict
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
MyRPS Mobile Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
regionCode
PCRE (PHP <7.3)
regular expression number starting 0-1
Submitted by
anonymous
-
8 years ago
0
Apache log2
Python
Read regular expression for log
Submitted by
anonymous
-
8 years ago
0
Regex for import statements
ECMAScript (JavaScript)
This regex matches the import statements written in Java. The key element is the pattern that matches .xxx.
Submitted by
yogitaap
-
8 years ago
1
...
598
599
600
601
602
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
221
|
00221
|
\+
221
)?
(
77
|
78
|
75
|
70
|
76
)
[
0
-
9
]
{7}
$
/
mg
Open regex in editor
Description
Check if the phone number is correct from sénégal
Submitted by
Me
-
4 years ago