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...
-1
Annuaire Notaires (personnes physique)
PCRE (PHP <7.3)
Annuaire Notaires (détecte les urls des fiches personnes physique)
Submitted by
anonymous
-
4 years ago
-1
IP Address
Python
no description available
Submitted by
anonymous
-
4 years ago
-1
Extract Last Word in a String with Anchor Start and Anchor End
PCRE (PHP <7.3)
Extract Last Word in a String with Anchor Start and Anchor End
Submitted by
anonymous
-
4 years ago
-1
Any combo of space and dash
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
-1
Teoria 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
Slug
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
-1
Phone number regex
PCRE (PHP <7.3)
Original regex at https://www.regextester.com/103299. I added a check for US country code in front of the area code
Submitted by
anonymous
-
4 years ago
-1
Grep from A to B
Rust
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
-1
POC Mobile Detection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
Is String having proper quotes around it
ECMAScript (JavaScript)
Language : Javascript Description : This will helpful for validating contents from a text editor where all the values are string and you need to verify that string must be a single string having quotes around it. Note : This regex is best applicable by trimming the string before checking with t...
Submitted by
PranomVignesh<pranomvignesh@gmail.com>
-
4 years ago
(Last modified 3 years ago)
-1
IPv4 Matcher
Java 8
This RE is divided into four parts. The first three parts are acceptable numbers from 0 to 255 followed by "." The last part is an acceptable number but not followed by "."
Submitted by
EMAM1999
-
4 years ago
-1
regex_crossover_restructure/renové
Python
guif
Submitted by
guif
-
4 years ago
-1
rtrtr
Golang
gtgtg
Submitted by
anonymous
-
3 years ago
-1
trailing commas remover
PCRE2 (PHP >=7.3)
remove trailing commas on json
Submitted by
anonymous
-
3 years ago
-1
T
PCRE2 (PHP >=7.3)
T
Submitted by
me
-
3 years ago
-1
Strip from Token to End of Line
ECMAScript (JavaScript)
Utilize " -- " as a Token and strips from the token to the end of the line.
Submitted by
anonymous
-
3 years ago
-1
validade email
ECMAScript (JavaScript)
this regex validates e-mails. const isValid= .text(value)
Submitted by
anonymous
-
3 years ago
-1
Match all but string content
ECMAScript (JavaScript)
Match all but string content
Submitted by
luizandress
-
3 years ago
-1
test
Python
d
Submitted by
anonymous
-
3 years ago
-1
Mr Abdul Alim (m2a)
PCRE2 (PHP >=7.3)
Hi. My name is Mr. Abdul Alim (m2a) in Bangladesh from district. Sirajgonj contract number (+8801882650050 htttps://www.example.com my property
Submitted by
mr abdul alim talukder
-
3 years ago
1
...
15
16
17
18
19
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^.
*
\\\[
[
\w\d
]
*
?
]
[^
\\
]
*
?
..
{4,}
$
/
gm
Open regex in editor
Description
^.
\[[\w\d]
?][^\]*?..{4,}$
Submitted by
pvtpyle1299
-
5 months ago