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
First part of two part name
PCRE (PHP <7.3)
Used this in the DETECT pilot study to pull apart first names that had two parts (e.g., mary jo).
Submitted by
anonymous
-
6 years ago
0
Optional decomposition
PCRE (PHP <7.3)
Find optional decomposition in codebase
Submitted by
anonymous
-
6 years ago
0
Select all special characters except white space
PCRE (PHP <7.3)
\d - numeric class \s - whitespace a-zA-Z - matches all the letters ^ - negates them all - so you get - non numeric chars, non spaces
Submitted by
anonymous
-
6 years ago
0
US/Canadian Postal Codes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
REGEX TARDE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
testwizardlog
PCRE (PHP <7.3)
a testwizard log extractor for my scripts.
Submitted by
anonymous
-
6 years ago
0
Email01
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
С НДС
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Http url parser
PCRE (PHP <7.3)
parse http url into scheme, domain, uri, hash, (user port if exist)
Submitted by
anonymous
-
6 years ago
0
Без НДС
Python
no description available
Submitted by
anonymous
-
6 years ago
0
С НДС Newline
Python
no description available
Submitted by
anonymous
-
6 years ago
0
remove tag <script
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
remove private tag <xxxx> </yyyy>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DMLR - Email Subject - Invoice
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
DMLR - Email Subject - Invoice
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Valid SST
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
二単語連続
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
HatInTime_MOD制作支援
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
pars_image_yandex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ImageServer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
124
125
126
127
128
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
Data
de
registro:
.
*
\n\n
"
mg
Open regex in editor
Description
Search for missing 'ementas'.
Submitted by
anonymous
-
6 years ago