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
Select text after equal to character
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
AWS Image Resize
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Oxford comma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Escape Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Semantic versioning
PCRE (PHP <7.3)
For semantic version validation / parsing.
Submitted by
Daniel R. Azulay <d.r.azulay@gmail.com>
-
6 years ago
0
to pick the last value oid
PCRE (PHP <7.3)
it picks 25 in 1.3.6.1.4.5.25
Submitted by
anonymous
-
6 years ago
0
Check VAT ID
PCRE (PHP <7.3)
Based on information provided by European Commission (source: http://ec.europa.eu/taxation_customs/vies/technicalInformation.html) "The European Commission cannot divulge these algorithms. However, the structure of VAT identification numbers is given and used here for the testing of the validations...
Submitted by
calvomat
-
6 years ago
0
Email validate (JS)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Quota verification
ECMAScript (JavaScript)
Work with ZFS system ( example: set quota='4G')
Submitted by
anonymous
-
6 years ago
0
IFS Code Regex for India
PCRE (PHP <7.3)
no description available
Submitted by
Gian Patrick Quintana
-
6 years ago
0
Extract domain from URLs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Consolidation Announcement Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Semver matching regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
codescrew (not including strings)
Python
no description available
Submitted by
anonymous
-
6 years ago
0
regex search by element tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Parse alternative allele in VCF 4.1
PCRE (PHP <7.3)
Parse the ALT field (alternative allele) in VCF 4.1 format
Submitted by
panagiotis moulos
-
6 years ago
0
RegExp Mail
ECMAScript (JavaScript)
Mail address control with RegExp
Submitted by
Ahbap Aldırmaz
-
6 years ago
0
Parse alternative allele in VCF 4.2
PCRE (PHP <7.3)
Parse ALT field (alternative allele) in VCF 4.2 format
Submitted by
panagiotis moulos
-
6 years ago
0
Parse alternative allele in VCF 4.3
PCRE (PHP <7.3)
Parse ALT field (alternative allele) in VCF 4.3
Submitted by
panagiotis moulos
-
6 years ago
0
Grade with decimals
PCRE (PHP <7.3)
Hello everyone, With that regex expression, you can match the first grade with decimals on your string.
Submitted by
anonymous
-
6 years ago
1
...
483
484
485
486
487
...
900
Community Library Entry
0
Regular Expression
Python
r"
\(
*
\d\d\d
\)
*
*
-
*
\/
*
\d\d\d
*
-
*
\/
*
\d\d\d\d
"
gm
Open regex in editor
Description
Find phone numbers in a text string.
Submitted by
anonymous
-
6 years ago