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,040 community submitted regex patterns...
1
asset replacement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Capture 2 digits after a dash
ECMAScript (JavaScript)
Find all '-' and capture 2 following digits
Submitted by
Marie Imperial
-
9 years ago
1
4 digits
ECMAScript (JavaScript)
Find a 4 digit number
Submitted by
Marie Imperial
-
9 years ago
1
product_groups
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Simple Shamsy Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Suraj_WithoutDotAll
PCRE (PHP <7.3)
In JMeter a response had a new line character in between. Used following regular expression as "barcode\?message=(.+)(\n)(.+)" and got the the result
Submitted by
Suraj Shankla
-
9 years ago
1
atleast 1 character and 1 number
ECMAScript (JavaScript)
This regex checks if atleat a character and a number is there regardless of any special characters in the list
Submitted by
Akshay Shah
-
9 years ago
1
1234567890-123
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
ZettIsor
PCRE (PHP <7.3)
no description available
Submitted by
isor
-
9 years ago
1
( + eny sympol
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Cartão de Crédito ELO
ECMAScript (JavaScript)
Realiza a identificação dos novos BIN's de cartão de crédito ELO.
Submitted by
mkrypka
-
9 years ago
2
Course GUID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
poker stars header
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Quadratic Equation Matcher
ECMAScript (JavaScript)
no description available
Submitted by
eyeballcode
-
9 years ago
1
SEG_b3ta
PCRE (PHP <7.3)
no description available
Submitted by
isor_818
-
9 years ago
0
Seletor de qualquer texto com espaço
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Youtube Link
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
GES_isor
PCRE (PHP <7.3)
.
Submitted by
isorT3st
-
9 years ago
1
$_=$ARGV[0];s/(\w\W?)(\W?\w)/\u$1$2/g;print
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Email Address Collector
PCRE (PHP <7.3)
Match obfuscated email addresses.
Submitted by
Nic B
-
9 years ago
1
...
708
709
710
711
712
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
var
\s
*
mapaOportunidade
\s
*
=
\s
*
\{\}
\s
*
;
)
(
(?s)
.
*
)
(
var
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago