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
Inverse match
PCRE (PHP <7.3)
Example how to inverse match. Usable for postfix, when you need reject spoofing emails.
Submitted by
www.alan.lt
-
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
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
Esempio di cattura data
ECMAScript (JavaScript)
descrizione addizionale
Submitted by
Cristian
-
8 years ago
1
LaTeX command
Python
no description available
Submitted by
Mattia Penati
-
8 years ago
1
Extract ip, url from aws log
PCRE (PHP <7.3)
no description available
Submitted by
vishnu prathish
-
8 years ago
1
regeg test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Skype/IRC log syntax highlighting
Python
Matches date/time/name in several different formats, accounting for brackets, etc Sirenfal: Asdf [11:54] Asdf 11:54 Sirenfal: Asdf [1/1/06 11:54 AM] Sirenfal: asdf...
Submitted by
Sirenfal
-
8 years ago
1
String Regex
PCRE (PHP <7.3)
For retrieving Quoted Strings
Submitted by
anonymous
-
8 years ago
0
File Extension
ECMAScript (JavaScript)
Get the file extension from a path regardless of dots in folder names leading to the file
Submitted by
Louis Capitanchik
-
8 years ago
2
URL extractor
PCRE (PHP <7.3)
Extract parts of an URL.
Submitted by
Gilles Marchand
-
8 years ago
1
Find Codepen ID from url
PCRE (PHP <7.3)
Find Codepen ID from url
Submitted by
onigetoc
-
8 years ago
0
Resource ID validator
ECMAScript (JavaScript)
Regex to validate a typical resource ID
Submitted by
WinCPP
-
8 years ago
0
Resource ID validation regex
ECMAScript (JavaScript)
Validator for a typical resource ID string
Submitted by
WinCPP
-
8 years ago
1
valida formato rut Chile
PCRE (PHP <7.3)
valida formato rut Chile 16.475.594-0 O 16475594-0
Submitted by
Eduardo Gómez Catalan
-
8 years ago
1
Label + input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Personas Juridicas
ECMAScript (JavaScript)
Indentifica los tipos de personas jurididacas en las razones sociales (no sera elegante, pero de apoco se aprende)
Submitted by
Eduardo Gómez Catalan
-
8 years ago
1
first 2 parts of URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Function ' to "
PCRE (PHP <7.3)
Translate ' to " in function.
Submitted by
Sam Grew
-
8 years ago
1
Match url parameters
PCRE (PHP <7.3)
no description available
Submitted by
Ollie Pelling
-
8 years ago
1
...
664
665
666
667
668
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
-
?
\d
{2}
\D
?
\d
{2}
\D
?
\d
{4}
\s
?
.
*
?
\d
{2}
\D
?
\d
{2}
\D
?
\d
{4}
/
g
Open regex in editor
Description
Lấy cả chuỗi dài
Submitted by
toanps
-
5 years ago