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
LaTeX command
Python
no description available
Submitted by
Mattia Penati
-
8 years ago
0
email Regex for .com and/or .co.uk
ECMAScript (JavaScript)
this regex matches for .com and/or .co.uk
Submitted by
Michael Kindle
-
8 years ago
0
Character sequesnce inside single quotes
ECMAScript (JavaScript)
serch the character sequesnce inside single quotes
Submitted by
Shridutt KOthari
-
8 years ago
0
socket.io ipv4 user view
ECMAScript (JavaScript)
socket io ipv6 and ipv4 to ipv4 convector
Submitted by
bublik462
-
8 years ago
0
JSON Key Value Matching
PCRE (PHP <7.3)
no description available
Submitted by
Jargon
-
8 years ago
1
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Date validation mm/dd/yyyy
PCRE (PHP <7.3)
Date validation mm/dd/yyyy
Submitted by
Girish
-
8 years ago
0
Vue Devtools - Prop type constructor name
ECMAScript (JavaScript)
See this GitHub Issue: https://github.com/vuejs/vue-devtools/issues/125
Submitted by
Akryum
-
8 years ago
0
parse
ECMAScript (JavaScript)
parse module
Submitted by
mr.kiddo
-
8 years ago
0
shares
ECMAScript (JavaScript)
odsaihf
Submitted by
aoifsh
-
8 years ago
1
postfix log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
old model bindin
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Matches operator (+-*/)
ECMAScript (JavaScript)
This regex escapes the 4 main signs of operations, -*/+. Good for calculating
Submitted by
anonymous
-
8 years ago
1
Parse KVP (lhs=rhs)
PCRE (PHP <7.3)
Parse a statement like 'TEST = "math"' or 'TEST = math' or 'TEST = "math is \'good\'' to retrieve the rhs.
Submitted by
anonymous
-
8 years ago
0
itcareers.apex link
Python
link making
Submitted by
chandni
-
8 years ago
1
Excel extract cell col and row index
PCRE (PHP <7.3)
extract col index and row index from an Excel coordinate cell
Submitted by
Julien Tissier
-
8 years ago
1
IDN domains and subdomains
PCRE (PHP <7.3)
Match IDN domains puny code encoded, or in human readable mode.
Submitted by
Maslosoft
-
8 years ago
1
sha256
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Redshift Create Table
Python
no description available
Submitted by
anonymous
-
8 years ago
0
London postcodes
PCRE (PHP <7.3)
No perfect, missing GIR postcodes, but should match most of the postcodes for extraction. It's not a postcode validator, just an extractor, validation should be done after extraction.
Submitted by
anonymous
-
8 years ago
1
...
241
242
243
244
245
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
pokemon
|
pokémon
)
/
gi
Open regex in editor
Description
no description available
Submitted by
Liam
-
8 years ago