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
ReporteController
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Experimental
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Lua Anonymous Function Matching
Python
no description available
Submitted by
anonymous
-
8 years ago
1
CPS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Lua Module Matching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
All but my string
Python
Return all but the given string
Submitted by
elypma
-
8 years ago
1
Match the value of a given parameter in a query string
PCRE (PHP <7.3)
no description available
Submitted by
Guido W. Pettinari
-
8 years ago
1
Accounting Numeric Format
PCRE (PHP <7.3)
ACCEPTS ONE DASH "-" IN FRONT. ACCEPTS ONE PERIOD "." AFTER NUMBERS. ACCEPTS COMMAS. DOES NOT ACCEPT PARENTHESIS "()".
Submitted by
anonymous
-
8 years ago
1
File Extensions for NodejS recoginition for madge
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Outcode Extraction
PCRE (PHP <7.3)
Outcode extraction for UK postcode
Submitted by
Begbaaji
-
8 years ago
1
Query Strings Capture
Python
A solution for capture params or the param=value pair of query strings.
Submitted by
Rafael Laurindo
-
8 years ago
1
Reqursive concrete chunk
PCRE (PHP <7.3)
(?R) Alternative
Submitted by
lexus.1995@mail.ru
-
8 years ago
1
4 digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Australian BSB
PCRE (PHP <7.3)
Matches Australian BSB numbers
Submitted by
Michael Fishpool
-
8 years ago
1
AsDate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
OTP Card payment
Python
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
1
XML URL
ECMAScript (JavaScript)
validates an xml URL. Allows ips and domain names
Submitted by
allofus
-
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
CSS to Reagent
ECMAScript (JavaScript)
Transforms standart CSS rules to Reagents {:style{}}
Submitted by
Ugis
-
8 years ago
1
...
174
175
176
177
178
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
[
EAQR
]
:
\{
(
(
\d
{3}
\|
?
)+
)
\}
(
\^
(
[
-0
-
9.
]
+
)
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago