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...
0
Find single/multiple escape quote string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match Jobatator server URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
QRY results
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Manhattan Adidas
PCRE (PHP <7.3)
Linea de comandos Ctrl del WMS Manhattan en Adidas Chile F1 List Ctrl Keys Ctrl-S Task Selctn Ctrl-C Chg Equip Ctrl-Y = Change Screen Type Ctrl-Z = Default Screen Type Ctrl-T Chg Task Grp Ctrl-R Refresh Ctrl-P Chg Printer Ctrl-E Enter Task ...
Submitted by
anonymous
-
4 years ago
0
get exigence rspace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ФИО базовое
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
delay, pre & post
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
if, ternary
PCRE (PHP <7.3)
Prints a statement if expression evaluates to true, otherwise prints an alternative expression
Submitted by
anonymous
-
4 years ago
0
AG Network: Add new contact
Python
no description available
Submitted by
anonymous
-
4 years ago
0
http base url for host 'host'
ECMAScript (JavaScript)
for ike testing phase 4
Submitted by
anonymous
-
4 years ago
0
face
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
特殊字元(包含中文字)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
AlphaNumeric + Starts with specific text + no underscores
ECMAScript (JavaScript)
Starts with a text prefix Alpha numeric Cant have underscores
Submitted by
anonymous
-
4 years ago
0
FMOD UE2 Aufgabe 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
String with no dots
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Optional Parameter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
VALIDATE CELLPHONE - BRAZIL
PCRE (PHP <7.3)
MASK TO VALIDATION, WHEN YOU NEED THE AREA CODE OPEN. TO A CELLPHONE WITH 9 OR 8 DIGITS + AREA CODE OF 2 DIGITS 11 987654321 -> IT WILL GET 98765
Submitted by
anonymous
-
4 years ago
1
...
680
681
682
683
684
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^\s
*
product
\{
\n\s
*
.
*
(?<!
id
)
$
/
gm
Open regex in editor
Description
It detects the following
product { brand
and ignores
product { id
Submitted by
anonymous
-
2 years ago