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
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
author bibtext
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
CronSchedule Verifier
PCRE (PHP <7.3)
Verifies a cron schedule pattern such as: 10:45 or multiple times such as: 11:00 22:10 23:15
Submitted by
Michael Sundgaard
-
9 years ago
1
...
89
90
91
92
93
...
900
Community Library Entry
1
Regular Expression
Python
r"
^
builds/job/
(?P<job_name>
(
larch
|
thunder
)
)
/start/
(?P<start_date>
[
0
-
9
]
+
)
/end/
(?P<end_date>
[
0
-
9
]
+
)
/
$
"
Open regex in editor
Description
URL to get build data from the api
Submitted by
anonymous
-
9 years ago