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,040 community submitted regex patterns...
1
Code Space Remover
PCRE (PHP <7.3)
Mathces unnecessary spaces in computer programs.
Submitted by
Loovjo
-
9 years ago
1
Basic usage for tel ESA
ECMAScript (JavaScript)
Is a simple regex for compare tel number of El Salvador (not use +503 or iquals)
Submitted by
nayosx
-
9 years ago
1
salary
ECMAScript (JavaScript)
Chinese salary input
Submitted by
taijia
-
9 years ago
1
redirect old links
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
convert text to link
PCRE (PHP <7.3)
convert link of filtered text to html tag link
Submitted by
Masoud tavakolian
-
9 years ago
1
Mi detector de urls
PCRE (PHP <7.3)
Es mi intento por detectar urls
Submitted by
Oscar David Díaz Fortaleché
-
9 years ago
1
Tefefono El Salvador (fijo y celular)
ECMAScript (JavaScript)
Un pequeño regex para validar si el telefono pertenece a El Salvador
Submitted by
nayosx
-
9 years ago
1
print_build_data
Python
URL to get build data from the api
Submitted by
anonymous
-
9 years ago
1
Cisco FastEthernet Ports 1-12
PCRE (PHP <7.3)
This regex will grab all Cisco-style FastEthernet ports from 1 to 12
Submitted by
@LookLittleJohn
-
9 years ago
1
Cisco FastEthernet Ports 13-24
PCRE (PHP <7.3)
This regex captures Cisco-style FastEthernet ports 13-24
Submitted by
@looklittlejohn
-
9 years ago
1
YES!
PCRE (PHP <7.3)
no description available
Submitted by
Nayan
-
9 years ago
1
Pure-Ftpd Log Action
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
DOS ASM Ops
Python
Matches ops of DOS ASM
Submitted by
anonymous
-
9 years ago
1
ddd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
DOS ASM label+opcode+rest
Python
DOS ASM Label plus Opcode and operators
Submitted by
anonymous
-
9 years ago
1
Разбор имен Валмакс RL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
YouTube Video PArser
ECMAScript (JavaScript)
no description available
Submitted by
Shafique
-
9 years ago
1
Email validator PHP
PCRE (PHP <7.3)
Validate all posible combinations with western and cyrilic chars.
Submitted by
hudsonvsm
-
9 years ago
1
1c document numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Pulling values from weblog
PCRE (PHP <7.3)
Pulling specific values from weblog. In this case, the OS.
Submitted by
SC
-
9 years ago
1
...
599
600
601
602
603
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
#
(
[
a
-
fA
-
F0
-
9
]
{3}
)
(
[
a
-
fA
-
F0
-
9
]
{3}
)?
(?=
\W
?
)
/
g
Open regex in editor
Description
Matches all the RGB colors in the format #RRGGBB and #RGB
Submitted by
Gabriel Hautclocq
-
10 years ago