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 14,180 community submitted regex patterns...
1
^0*[1-9][0-9]*(\.[0-9]+)?|0+\.[0-9]*[1-9][0-9]*$
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Extract anything between double $$ chars
PCRE (PHP <7.3)
no description available
Submitted by
ecabo
-
8 years ago
1
tag not containing
PCRE (PHP <7.3)
get all tags not containing a given string
Submitted by
pan4ever
-
8 years ago
1
html-strip
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
BR Phone
Python
get all attempts to write brazilian phone numbers
Submitted by
rafaelverger
-
8 years ago
1
email catcher
Python
no description available
Submitted by
rafaelverger
-
8 years ago
1
Quizlet Bold to HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
log tif
PCRE (PHP <7.3)
log aktifitas tif
Submitted by
irwan
-
8 years ago
1
authproc1_auth01_2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
EMail - RFC Compliant
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Footnote Regex for SFM
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Cross Reference Regex for SFM
Python
SFM 2.4
Submitted by
anonymous
-
8 years ago
1
NetApp Controller
PCRE (PHP <7.3)
Regular Expressions for NetApp Controller
Submitted by
Jerome Diggs
-
8 years ago
1
REMOVE INSIDE STRING OF BRACKET EXCEPT BRACKET INSIDE OF IT
PCRE (PHP <7.3)
REMOVE INSIDE STRING OF BRACKET EXCEPT BRACKET INSIDE OF IT
Submitted by
Momar
-
8 years ago
1
password regex
PCRE (PHP <7.3)
Contrôler si le mot de passe possède des lettres minuscules ou majuscules de a à z, des chiffres de 0 à 9 et des caractères spéciaux.
Submitted by
Worldwide
-
8 years ago
1
Match @usernames
PCRE (PHP <7.3)
Match @usernames in text.
Submitted by
rjstone
-
8 years ago
1
MAC ADDRESS
Python
no description available
Submitted by
abaumann
-
8 years ago
1
Regex Library
PCRE (PHP <7.3)
I don't know
Submitted by
Bruno
-
8 years ago
1
Validate PHP DateInterval Format
PCRE (PHP <7.3)
Checks if string is valid DateInterval format
Submitted by
grambas
-
8 years ago
1
...
583
584
585
586
587
...
709
NLP_Regex
0
Regular Expression
Python
r"
age
[
0
-
9
]
*
.\n
(
.
*
)
"
gm
Open regex in editor
Description
Learning Regex for NLP
Submitted by
anonymous
-
a year ago