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
HbbtV USER AGENT
ECMAScript (JavaScript)
no description available
Submitted by
snovak
-
8 years ago
1
End of line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
List of one or more email, comma-separated
PCRE (PHP <7.3)
no description available
Submitted by
igorsantos07
-
8 years ago
1
Extract XML node value
PCRE (PHP <7.3)
This regexp extracts a value from any XML node string
Submitted by
Andrew Kovalenko
-
8 years ago
1
gamename
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Youtube iframe regex last
PCRE (PHP <7.3)
Youtube iframe regex last
Submitted by
onigetoc
-
8 years ago
1
Match url parameters
PCRE (PHP <7.3)
no description available
Submitted by
Ollie Pelling
-
8 years ago
1
Function ' to "
PCRE (PHP <7.3)
Translate ' to " in function.
Submitted by
Sam Grew
-
8 years ago
1
first 2 parts of URL
ECMAScript (JavaScript)
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
Label + input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
Find Codepen ID from url
PCRE (PHP <7.3)
Find Codepen ID from url
Submitted by
onigetoc
-
8 years ago
1
String Regex
PCRE (PHP <7.3)
For retrieving Quoted Strings
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
regeg test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
LaTeX command
Python
no description available
Submitted by
Mattia Penati
-
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
1
...
728
729
730
731
732
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?i)
.
*
payment
.
*
Rs
.
(
[
.,0
-
9
]
*
)
.
*
txn
\s
*
(?:
[
a
-
zA
-
Z0
-
9
]
*
)
\s
*
on
.
*
by
\s
*
(
[
0
-
9a
-
zA
-
Z
]
*
,
\s
*
[
0
-
9
]
*
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago