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 14,220 community submitted regex patterns...
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
Primes
PCRE (PHP <7.3)
Find primes
Submitted by
anonymous
-
8 years ago
1
URL matched
Python
no description available
Submitted by
anonymous
-
8 years ago
1
german date without validation
PCRE (PHP <7.3)
checks the format but does not validate
Submitted by
JvN
-
8 years ago
1
Regex matching non-prime unary numbers
PCRE (PHP <7.3)
reg(sn) => boolean: reg('1111') => true reg('xxxxxxxxxxx') => false
Submitted by
anonymous
-
8 years ago
1
U.S. Telephone Numbers (No 800 or 900#)
PCRE (PHP <7.3)
Block 800, 855, 866, 877, 888 as well as 900 numbers.
Submitted by
hammraido
-
8 years ago
1
WIP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Tag without content
PCRE (PHP <7.3)
Will detect a tag
Submitted by
Marc Clément
-
8 years ago
1
url regx validate
PCRE (PHP <7.3)
validate from url with good regx
Submitted by
mohamed nabil hussien
-
8 years ago
1
Takes a word with transcription from dictionary record
PCRE (PHP <7.3)
//Original word and its translation/transcription may be delimited with end-of-line,space and punctuations symblos //There may or may not be a transcription (but we expect it always to be in square brackets) //As well some dictionaries provide several transcriptions for the same word...
Submitted by
anonymous
-
8 years ago
1
Medicare Number (HICN)
PCRE (PHP <7.3)
Medicare ID Number (HICN) RegEx Pattern
Submitted by
Ace Therapy
-
8 years ago
1
...
583
584
585
586
587
...
711
Community Library Entry
10
Regular Expression
Python
r"
(
^
https
?
://
)?
(
\w
+
)?
\.
?
(
reddit
\.
com/
|
redd
\.
it/
)
(
r/
\w
+
/
)?
(
comments/
)?
(
\w
+
)
"
gm
Open regex in editor
Description
Simply searches for the thread-id in any kind of valid reddit-URL.
Submitted by
Mio
-
10 years ago