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
Strip all but a specific substring
PCRE (PHP <7.3)
in this example the substring is Crude Oil
Submitted by
anonymous
-
5 years ago
0
Insert into regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
sbl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
VIP 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
parse sqs url
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Email Address Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
获取sitemap里面url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
sdt 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
identify left leading dots for removal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
identifying left leading non-letter characters
PCRE (PHP <7.3)
identifying left leading digits and symbols for removal (required for example for cleaning units of measure)
Submitted by
anonymous
-
5 years ago
0
iCal parser
PCRE (PHP <7.3)
Regex able to parse iCal to fetch, for example, the schedule of students.
Submitted by
anonymous
-
5 years ago
0
iCal parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Macro Guard '#if' finding regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Checking All MS IE Browser by user-agents
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regular Expression For Address Street and Apartment (Unit) Numbers
PCRE (PHP <7.3)
The regular expression checks for the street numbers or apartment numbers of addresses. It also assumes that the numbers can have a prefix or suffix. Unit/Apartment numbers are of the form Unit Number/Street Number e.g. 10/12.
Submitted by
anonymous
-
5 years ago
0
1200-2299 year validation
PCRE (PHP <7.3)
This regex validates the year 1200-2299.
Submitted by
anonymous
-
5 years ago
0
identify values lower than 100000
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
iOS Chinese String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Czech Republic - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Cyprus - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
613
614
615
616
617
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
a
/
Open regex in editor
Description
I want to remove spaces in a=(), but not inside others
Submitted by
mimooh
-
9 years ago