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
Most recent subpattern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
http.edu.tr
PCRE (PHP <7.3)
no description available
Submitted by
html
-
8 years ago
1
Выделить полный индекс МПК и его составные части
PCRE (PHP <7.3)
no description available
Submitted by
Irina
-
8 years ago
2
exp1
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Eu format currency support different currencies
PCRE (PHP <7.3)
3.332.987,00 € $ 3 34,2 $
Submitted by
mattmezza
-
8 years ago
1
week parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
AIX ps -ef
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Last character
PCRE (PHP <7.3)
Get the last character from any line of a string
Submitted by
Edward Aryee
-
8 years ago
0
File path seperator
PCRE (PHP <7.3)
Seperate any file from it's path and trim extention, creating two groups
Submitted by
Edward Aryee
-
8 years ago
1
Match one or more chars in a text
PCRE (PHP <7.3)
no description available
Submitted by
padre629
-
8 years ago
1
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Abbreviation Finder
PCRE (PHP <7.3)
Matches any abbreviations of a length between 2 and 4.
Submitted by
anonymous
-
8 years ago
1
Fecha y hora
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
CSS to Reagent
ECMAScript (JavaScript)
Transforms standart CSS rules to Reagents {:style{}}
Submitted by
Ugis
-
8 years ago
1
Negative regex for block of text
ECMAScript (JavaScript)
This will make sure a certain regex does not exist in a block of text, that includes new lines
Submitted by
Mandeep Rai
-
8 years ago
1
XML URL
ECMAScript (JavaScript)
validates an xml URL. Allows ips and domain names
Submitted by
allofus
-
8 years ago
2
汉字匹配
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Match a string only for a percentage number
PCRE (PHP <7.3)
This regex checks if a string contains a number that ends with a "%" character ignoring all other cases. 96% -> accept 96.6% -> accept kk% -> Reject 96%% -> Reject
Submitted by
Krishna
-
8 years ago
0
Match 24H time
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
OTP Card payment
Python
no description available
Submitted by
anonymous
-
8 years ago
1
...
691
692
693
694
695
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(?!
[
\S\s
]
*
should
not
exist
)
/
i
Open regex in editor
Description
This will make sure a certain regex does not exist in a block of text, that includes new lines
Submitted by
Mandeep Rai
-
8 years ago